Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/netinet6/
H A Dnd6.h741 struct nd_prefix_list { struct
742 struct nd_prefix_list *next; argument
926 extern void nd6_post_msg(u_int32_t, struct nd_prefix_list *, u_int32_t,
H A Dnd6_rtr.c357 struct nd_prefix_list *nd_prefix_list_head = NULL; in nd6_ra_input()
360 struct nd_prefix_list *prfl; in nd6_ra_input()
754 prfl = kalloc_type(struct nd_prefix_list, in nd6_ra_input()
867 kfree_type(struct nd_prefix_list, prfl); in nd6_ra_input()
H A Dnd6.c1889 nd6_post_msg(u_int32_t code, struct nd_prefix_list *prefix_list, in nd6_post_msg()
1894 struct nd_prefix_list *itr = prefix_list; in nd6_post_msg()