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

/freebsd-11-stable/sys/netinet/
H A Dip_output.c1032 case IP_DONTFRAG:
1100 case IP_DONTFRAG:
1226 case IP_DONTFRAG:
1286 case IP_DONTFRAG:
H A Din.h470 #define IP_DONTFRAG 67 /* don't fragment packet */ macro
/freebsd-11-stable/crypto/openssl/crypto/bio/
H A Dbss_dgram.c892 # if defined(IP_DONTFRAG)
893 if ((ret = setsockopt(b->num, IPPROTO_IP, IP_DONTFRAG,
/freebsd-11-stable/contrib/unbound/services/
H A Dlisten_dnsport.c534 # elif defined(IP_DONTFRAG) && !defined(__APPLE__)
535 /* the IP_DONTFRAG option if defined in the 11.0 OSX headers,
538 if (setsockopt(s, IPPROTO_IP, IP_DONTFRAG,
540 log_err("setsockopt(..., IP_DONTFRAG, ...) failed: %s",
/freebsd-11-stable/contrib/ntp/lib/isc/unix/
H A Dsocket.c2508 #if defined(IP_DONTFRAG)
2514 (void)setsockopt(sock->fd, IPPROTO_IP, IP_DONTFRAG,

Completed in 541 milliseconds