Home
last modified time | relevance | path

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

/freebsd-9-stable/usr.sbin/rtadvd/
Drtadvd.c162 static int nd6_options(struct nd_opt_hdr *, int,
933 if (nd6_options((struct nd_opt_hdr *)(rs + 1), in rs_input()
1109 error = nd6_options((struct nd_opt_hdr *)(nra + 1), in ra_input()
1419 nd6_options(struct nd_opt_hdr *hdr, int limit, in nd6_options() function
/freebsd-9-stable/sys/netinet6/
Dnd6.h397 int nd6_options(union nd_opts *);
Dnd6_nbr.c188 if (nd6_options(&ndopts) < 0) { in nd6_ns_input()
670 if (nd6_options(&ndopts) < 0) { in nd6_na_input()
Dnd6_rtr.c169 if (nd6_options(&ndopts) < 0) { in nd6_rs_input()
256 if (nd6_options(&ndopts) < 0) { in nd6_ra_input()
Dnd6.c342 nd6_options(union nd_opts *ndopts) in nd6_options() function
Dicmp6.c2473 if (nd6_options(&ndopts) < 0) { in icmp6_redirect_input()