Lines Matching defs:ndmsg
280 struct ndmsg *ndmsg = snl_reserve_msg_object(&nw, struct ndmsg);
281 if (ndmsg != NULL) {
282 ndmsg->ndm_family = AF_INET;
284 ndmsg->ndm_ifindex = ifindex;
350 struct ndmsg *ndmsg = snl_reserve_msg_object(&nw, struct ndmsg);
351 if (ndmsg != NULL) {
352 ndmsg->ndm_family = AF_INET;
353 ndmsg->ndm_ifindex = ifindex;
395 struct ndmsg *ndmsg = snl_reserve_msg_object(&nw, struct ndmsg);
396 if (ndmsg != NULL) {
399 ndmsg->ndm_family = AF_INET;
400 ndmsg->ndm_ifindex = ifindex;
401 ndmsg->ndm_state = (opts.expire_time == 0) ? \
408 ndmsg->ndm_flags = nl_flags;