Home
last modified time | relevance | path

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

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