Searched refs:IP_DONTFRAG (Results 1 – 5 of 5) sorted by relevance
1193 case IP_DONTFRAG: in ip_ctloutput()1266 case IP_DONTFRAG: in ip_ctloutput()1414 case IP_DONTFRAG: in ip_ctloutput()1477 case IP_DONTFRAG: in ip_ctloutput()
501 #define IP_DONTFRAG 67 /* don't fragment packet */ macro
927 #if defined(IP_DONTFRAG) in dgram_ctrl()929 if ((ret = setsockopt(b->num, IPPROTO_IP, IP_DONTFRAG, in dgram_ctrl()
650 # elif defined(IP_DONTFRAG) && !defined(__APPLE__) in create_udp_sock()656 if (setsockopt(s, IPPROTO_IP, IP_DONTFRAG, in create_udp_sock()
977 - Fix to disable fragmentation on systems with IP_DONTFRAG,3036 - Fix #347: IP_DONTFRAG broken on Apple xcode 12.2.