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

/freebsd-10-stable/sys/netinet6/
H A Din6.h476 #define IPV6_DONTFRAG 62 /* bool; disable IPv6 fragmentation */ macro
H A Dip6_output.c1592 case IPV6_DONTFRAG:
1941 case IPV6_DONTFRAG:
2214 case IPV6_DONTFRAG:
2480 case IPV6_DONTFRAG:
2797 case IPV6_DONTFRAG:
/freebsd-10-stable/sys/compat/linux/
H A Dlinux_socket.c313 return (IPV6_DONTFRAG);
/freebsd-10-stable/sbin/ping6/
H A Dping6.c746 if (setsockopt(s, IPPROTO_IPV6, IPV6_DONTFRAG,
748 err(1, "IPV6_DONTFRAG");

Completed in 174 milliseconds