Home
last modified time | relevance | path

Searched refs:IP_DONTFRAG (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/netinet/
H A Dip_output.c1155 case IP_DONTFRAG: in ip_ctloutput()
1228 case IP_DONTFRAG: in ip_ctloutput()
1376 case IP_DONTFRAG: in ip_ctloutput()
1439 case IP_DONTFRAG: in ip_ctloutput()
H A Din.h501 #define IP_DONTFRAG 67 /* don't fragment packet */ macro
/freebsd/crypto/openssl/crypto/bio/
H A Dbss_dgram.c712 # if defined(IP_DONTFRAG) in dgram_ctrl()
713 if ((ret = setsockopt(b->num, IPPROTO_IP, IP_DONTFRAG, in dgram_ctrl()
/freebsd/contrib/unbound/services/
H A Dlisten_dnsport.c638 # elif defined(IP_DONTFRAG) && !defined(__APPLE__) in create_udp_sock()
644 if (setsockopt(s, IPPROTO_IP, IP_DONTFRAG, in create_udp_sock()
/freebsd/contrib/unbound/doc/
H A DChangelog445 - Fix to disable fragmentation on systems with IP_DONTFRAG,
2504 - Fix #347: IP_DONTFRAG broken on Apple xcode 12.2.