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

/freebsd-10.3-release/sys/netinet6/
H A Din6.h476 #define IPV6_DONTFRAG 62 /* bool; disable IPv6 fragmentation */ macro
H A Dip6_output.c1570 case IPV6_DONTFRAG:
1919 case IPV6_DONTFRAG:
2192 case IPV6_DONTFRAG:
2458 case IPV6_DONTFRAG:
2775 case IPV6_DONTFRAG:
/freebsd-10.3-release/sbin/ping6/
H A Dping6.c746 if (setsockopt(s, IPPROTO_IPV6, IPV6_DONTFRAG,
748 err(1, "IPV6_DONTFRAG");

Completed in 123 milliseconds