Home
last modified time | relevance | path

Searched refs:nd_prefix_list_head (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.81.4/bsd/netinet6/
H A Dnd6_rtr.c391 struct nd_prefix_list *nd_prefix_list_head = NULL; in nd6_ra_input() local
834 prfl->next = nd_prefix_list_head; in nd6_ra_input()
835 nd_prefix_list_head = prfl; in nd6_ra_input()
908 nd6_post_msg(KEV_ND6_RA, nd_prefix_list_head, nd_prefix_list_length, in nd6_ra_input()
929 while ((prfl = nd_prefix_list_head) != NULL) { in nd6_ra_input()
930 nd_prefix_list_head = prfl->next; in nd6_ra_input()