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

/freebsd-10.0-release/sys/netinet6/
H A Din6.h476 #define IPV6_DONTFRAG 62 /* bool; disable IPv6 fragmentation */ macro
H A Dip6_output.c1736 case IPV6_DONTFRAG:
2085 case IPV6_DONTFRAG:
2358 case IPV6_DONTFRAG:
2624 case IPV6_DONTFRAG:
2941 case IPV6_DONTFRAG:
/freebsd-10.0-release/sbin/ping6/
H A Dping6.c753 if (setsockopt(s, IPPROTO_IPV6, IPV6_DONTFRAG,
755 err(1, "IPV6_DONTFRAG");

Completed in 73 milliseconds