Searched refs:IPV6_RECVRTHDRDSTOPTS (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/sys/netinet6/
H A Din6.h446 #define IPV6_RECVRTHDRDSTOPTS 41 /* bool; recv dst option before rthdr */ macro
H A Dip6_output.c1545 case IPV6_RECVRTHDRDSTOPTS:
1667 case IPV6_RECVRTHDRDSTOPTS:
1934 case IPV6_RECVRTHDRDSTOPTS:
1957 case IPV6_RECVRTHDRDSTOPTS:
/freebsd-10.0-release/sbin/ping6/
H A Dping6.c699 #ifdef IPV6_RECVRTHDRDSTOPTS
700 if (setsockopt(s, IPPROTO_IPV6, IPV6_RECVRTHDRDSTOPTS, &opton,
702 err(1, "setsockopt(IPV6_RECVRTHDRDSTOPTS)");

Completed in 134 milliseconds