Lines Matching defs:ndmsg
318 struct ndmsg *ndmsg;
334 ndmsg = snl_reserve_msg_object(&nw, struct ndmsg);
335 if (ndmsg != NULL) {
336 ndmsg->ndm_family = AF_INET6;
337 ndmsg->ndm_ifindex = ifindex;
427 struct ndmsg *ndmsg = snl_reserve_msg_object(&nw, struct ndmsg);
428 if (ndmsg != NULL) {
429 ndmsg->ndm_family = AF_INET6;
430 ndmsg->ndm_ifindex = ifindex;
492 struct ndmsg *ndmsg = snl_reserve_msg_object(&nw, struct ndmsg);
493 if (ndmsg != NULL) {
496 ndmsg->ndm_family = AF_INET6;
497 ndmsg->ndm_ifindex = ifindex;
498 ndmsg->ndm_state = NUD_PERMANENT;
502 ndmsg->ndm_flags = nl_flags;