Searched refs:nlm_next (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/crypto/heimdal/lib/roken/
H A Dgetifaddrs.c140 struct nlmsg_list *nlm_next; member in struct:nlmsg_list
422 struct nlmsg_list *nlm_next = (struct nlmsg_list *)malloc(sizeof(struct nlmsg_list)); local
423 if (nlm_next == NULL){
429 nlm_next->nlm_next = NULL;
430 nlm_next->nlh = (struct nlmsghdr *)nlh;
431 nlm_next->size = status;
432 nlm_next->seq = seq;
434 *nlm_list = nlm_next;
435 *nlm_end = nlm_next;
450 struct nlmsg_list *nlm, *nlm_next; local
[all...]

Completed in 55 milliseconds