Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/rtadvd/
H A Drtadvd.c161 static int nd6_options(struct nd_opt_hdr *, int,
927 if (nd6_options((struct nd_opt_hdr *)(rs + 1), in rs_input()
1094 error = nd6_options((struct nd_opt_hdr *)(nra + 1), in ra_input()
1404 nd6_options(struct nd_opt_hdr *hdr, int limit, in nd6_options() function
/dragonfly/sys/netinet6/
H A Dnd6.h375 int nd6_options (union nd_opts *);
H A Dnd6_nbr.c185 if (nd6_options(&ndopts) < 0) { in nd6_ns_input()
633 if (nd6_options(&ndopts) < 0) { in nd6_na_input()
H A Dnd6_rtr.c161 if (nd6_options(&ndopts) < 0) { in nd6_rs_input()
252 if (nd6_options(&ndopts) < 0) { in nd6_ra_input()
H A Dnd6.c367 nd6_options(union nd_opts *ndopts) in nd6_options() function
H A Dicmp6.c2284 if (nd6_options(&ndopts) < 0) { in icmp6_redirect_input()