Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/netinet6/
H A Dnd6.h875 extern void nd6_option_init(void *__sized_by(icmp6len), size_t icmp6len, union nd_opts *);
H A Dnd6_nbr.c356 nd6_option_init(nd_ns + 1, icmp6len, &ndopts); in nd6_ns_input()
1009 nd6_option_init(nd_na + 1, icmp6len, &ndopts); in nd6_na_input()
H A Dnd6_rtr.c303 nd6_option_init(nd_rs + 1, icmp6len, &ndopts); in nd6_rs_input()
442 nd6_option_init(nd_ra + 1, icmp6len, &ndopts); in nd6_ra_input()
H A Dicmp6.c2667 nd6_option_init(nd_rd + 1, icmp6len, &ndopts); in icmp6_redirect_input()
H A Dnd6.c600 nd6_option_init(void *__sized_by(icmp6len) opt, size_t icmp6len, union nd_opts *ndopts) in nd6_option_init() function
/xnu-12377.1.9/bsd/net/
H A Dif_bridge.c8267 nd6_option_init(nd_ns + 1, icmp6len - sizeof(*nd_ns), &ndopts);
8321 nd6_option_init(nd_na + 1, icmp6len - sizeof(*nd_na), &ndopts);
8362 nd6_option_init(((uint8_t *)icmp6) + type_length,