Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/netinet/
Dip_output.c1098 case IP_DONTFRAG: in ip_ctloutput()
1171 case IP_DONTFRAG: in ip_ctloutput()
1331 case IP_DONTFRAG: in ip_ctloutput()
1396 case IP_DONTFRAG: in ip_ctloutput()
Din.h474 #define IP_DONTFRAG 67 /* don't fragment packet */ macro
/freebsd-12-stable/crypto/openssl/crypto/bio/
Dbss_dgram.c732 # if defined(IP_DONTFRAG) in dgram_ctrl()
733 if ((ret = setsockopt(b->num, IPPROTO_IP, IP_DONTFRAG, in dgram_ctrl()
/freebsd-12-stable/contrib/unbound/services/
Dlisten_dnsport.c610 # elif defined(IP_DONTFRAG) && !defined(__APPLE__) in create_udp_sock()
614 if (setsockopt(s, IPPROTO_IP, IP_DONTFRAG, in create_udp_sock()
/freebsd-12-stable/contrib/unbound/doc/
DChangelog1773 - Fix #347: IP_DONTFRAG broken on Apple xcode 12.2.