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

/freebsd-current/sys/netinet6/
H A Din6.h452 #define IPV6_RECVRTHDRDSTOPTS 41 /* bool; recv dst option before rthdr */ macro
H A Dip6_output.c1711 case IPV6_RECVRTHDRDSTOPTS:
1849 case IPV6_RECVRTHDRDSTOPTS:
2138 case IPV6_RECVRTHDRDSTOPTS:
2167 case IPV6_RECVRTHDRDSTOPTS:
/freebsd-current/sbin/ping/
H A Dping6.c727 #ifdef IPV6_RECVRTHDRDSTOPTS
728 if (setsockopt(srecv, IPPROTO_IPV6, IPV6_RECVRTHDRDSTOPTS, &opton,
730 err(1, "setsockopt(IPV6_RECVRTHDRDSTOPTS)");

Completed in 284 milliseconds