Searched refs:IP_DONTFRAG (Results 1 – 5 of 5) sorted by relevance
1098 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()
474 #define IP_DONTFRAG 67 /* don't fragment packet */ macro
732 # if defined(IP_DONTFRAG) in dgram_ctrl()733 if ((ret = setsockopt(b->num, IPPROTO_IP, IP_DONTFRAG, in dgram_ctrl()
610 # elif defined(IP_DONTFRAG) && !defined(__APPLE__) in create_udp_sock()614 if (setsockopt(s, IPPROTO_IP, IP_DONTFRAG, in create_udp_sock()
1773 - Fix #347: IP_DONTFRAG broken on Apple xcode 12.2.