Home
last modified time | relevance | path

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

/freebsd/sys/netinet6/
H A Dnd6.h305 union nd_opts { union
350 void nd6_option_init(void *, int, union nd_opts *);
351 struct nd_opt_hdr *nd6_option(union nd_opts *);
352 int nd6_options(union nd_opts *);
H A Dnd6_nbr.c135 union nd_opts ndopts; in nd6_ns_input()
663 union nd_opts ndopts; in nd6_na_input()
H A Dnd6.c389 nd6_option_init(void *opt, int icmp6len, union nd_opts *ndopts) in nd6_option_init()
407 nd6_option(union nd_opts *ndopts) in nd6_option()
457 nd6_options(union nd_opts *ndopts) in nd6_options()
H A Dnd6_rtr.c162 union nd_opts ndopts; in nd6_rs_input()
364 union nd_opts ndopts; in nd6_ra_input()
H A Dicmp6.c2179 union nd_opts ndopts; in icmp6_redirect_input()