Home
last modified time | relevance | path

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

/netbsd-src/sys/netinet6/
H A Dnd6_rtr.c100 nd6_option_init(nd_rs + 1, icmp6len, &ndopts); in nd6_rtr_cache()
118 nd6_option_init(nd_ra + 1, icmp6len, &ndopts); in nd6_rtr_cache()
H A Dnd6.h168 void nd6_option_init(void *, int, union nd_opts *);
H A Dnd6_nbr.c178 nd6_option_init(nd_ns + 1, icmp6len, &ndopts); in nd6_ns_input()
672 nd6_option_init(nd_na + 1, icmp6len, &ndopts); in nd6_na_input()
H A Dnd6.c202 nd6_option_init(void *opt, int icmp6len, union nd_opts *ndopts) in nd6_option_init() function
H A Dicmp6.c2365 nd6_option_init(nd_rd + 1, icmp6len, &ndopts); in icmp6_redirect_input()