Searched refs:IP_DONTFRAG (Results 1 – 5 of 5) sorted by relevance
1155 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()
501 #define IP_DONTFRAG 67 /* don't fragment packet */ macro
712 # if defined(IP_DONTFRAG) in dgram_ctrl()713 if ((ret = setsockopt(b->num, IPPROTO_IP, IP_DONTFRAG, in dgram_ctrl()
638 # elif defined(IP_DONTFRAG) && !defined(__APPLE__) in create_udp_sock()644 if (setsockopt(s, IPPROTO_IP, IP_DONTFRAG, in create_udp_sock()
445 - Fix to disable fragmentation on systems with IP_DONTFRAG,2504 - Fix #347: IP_DONTFRAG broken on Apple xcode 12.2.