Home
last modified time | relevance | path

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

/freebsd-14.2/sys/netinet/
H A Dip_output.c1157 case IP_DONTFRAG: in ip_ctloutput()
1230 case IP_DONTFRAG: in ip_ctloutput()
1378 case IP_DONTFRAG: in ip_ctloutput()
1441 case IP_DONTFRAG: in ip_ctloutput()
H A Din.h503 #define IP_DONTFRAG 67 /* don't fragment packet */ macro
/freebsd-14.2/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-14.2/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-14.2/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.