Home
last modified time | relevance | path

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

/third_party/toybox/toys/pending/
Dtraceroute.c566 #ifdef IP_DONTFRAG in traceroute_main()
568 (setsockopt(TT.snd_sock, IPPROTO_IP, IP_DONTFRAG, &set, in traceroute_main()
/third_party/openssl/crypto/bio/
Dbss_dgram.c712 # if defined(IP_DONTFRAG) in dgram_ctrl()
713 if ((ret = setsockopt(b->num, IPPROTO_IP, IP_DONTFRAG, in dgram_ctrl()
/third_party/node/deps/openssl/openssl/crypto/bio/
Dbss_dgram.c712 # if defined(IP_DONTFRAG) in dgram_ctrl()
713 if ((ret = setsockopt(b->num, IPPROTO_IP, IP_DONTFRAG, in dgram_ctrl()
/third_party/rust/crates/libc/libc-test/semver/
Dfreebsd.txt563 IP_DONTFRAG
/third_party/rust/crates/nix/src/sys/socket/
Dsockopt.rs981 libc::IP_DONTFRAG,
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs2929 pub const IP_DONTFRAG: ::c_int = 67; constant
/third_party/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs3635 pub const IP_DONTFRAG: ::c_int = 28; constant