Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/netinet6/
H A Dnd6_rtr.c355 struct nd_prefix_list *nd_prefix_list_head = NULL; in nd6_ra_input() local
769 prfl->next = nd_prefix_list_head; in nd6_ra_input()
770 nd_prefix_list_head = prfl; in nd6_ra_input()
843 nd6_post_msg(KEV_ND6_RA, nd_prefix_list_head, nd_prefix_list_length, in nd6_ra_input()
862 while ((prfl = nd_prefix_list_head) != NULL) { in nd6_ra_input()
863 nd_prefix_list_head = prfl->next; in nd6_ra_input()