Home
last modified time | relevance | path

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

/freebsd-13.1/sys/netinet6/
H A Dnd6.h319 union nd_opts { union
364 void nd6_option_init(void *, int, union nd_opts *);
365 struct nd_opt_hdr *nd6_option(union nd_opts *);
366 int nd6_options(union nd_opts *);
H A Dnd6_nbr.c126 union nd_opts ndopts; in nd6_ns_input()
636 union nd_opts ndopts; in nd6_na_input()
H A Dnd6.c372 nd6_option_init(void *opt, int icmp6len, union nd_opts *ndopts) in nd6_option_init()
390 nd6_option(union nd_opts *ndopts) in nd6_option()
440 nd6_options(union nd_opts *ndopts) in nd6_options()
H A Dnd6_rtr.c159 union nd_opts ndopts; in nd6_rs_input()
361 union nd_opts ndopts; in nd6_ra_input()
H A Dicmp6.c2209 union nd_opts ndopts; in icmp6_redirect_input()