Home
last modified time | relevance | path

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

/netbsd/src/sys/netinet6/
Dnd6.h123 union nd_opts { union
168 void nd6_option_init(void *, int, union nd_opts *);
169 int nd6_options(union nd_opts *);
Dnd6_rtr.c66 union nd_opts ndopts; in nd6_rtr_cache()
Dnd6.c116 static struct nd_opt_hdr *nd6_option(union nd_opts *);
202 nd6_option_init(void *opt, int icmp6len, union nd_opts *ndopts) in nd6_option_init()
220 nd6_option(union nd_opts *ndopts) in nd6_option()
270 nd6_options(union nd_opts *ndopts) in nd6_options()
Dnd6_nbr.c116 union nd_opts ndopts; in nd6_ns_input()
625 union nd_opts ndopts; in nd6_na_input()
Dicmp6.c2257 union nd_opts ndopts; in icmp6_redirect_input()
/netbsd/src/usr.sbin/rtadvd/
Drtadvd.c104 union nd_opts { union
172 static int nd6_options(struct nd_opt_hdr *, int, union nd_opts *, uint32_t);
173 static void free_ndopts(union nd_opts *);
899 union nd_opts ndopts; in rs_input()
1039 union nd_opts ndopts; in ra_input()
1377 union nd_opts *ndopts, uint32_t optflags) in nd6_options()
1481 free_ndopts(union nd_opts *ndopts) in free_ndopts()