Home
last modified time | relevance | path

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

/openbsd/sys/netinet6/
H A Din6.h336 #define IPV6_DONTFRAG 62 /* bool; disable IPv6 fragmentation */ macro
H A Dip6_output.c1216 case IPV6_DONTFRAG: in ip6_ctloutput()
1521 case IPV6_DONTFRAG: in ip6_ctloutput()
1749 case IPV6_DONTFRAG: in ip6_getpcbopt()
2496 case IPV6_DONTFRAG: in ip6_setpktopt()
/openbsd/sbin/ping/
H A Dping.c700 if (setsockopt(s, IPPROTO_IPV6, IPV6_DONTFRAG, in main()