Home
last modified time | relevance | path

Searched refs:MSG_DONTROUTE (Results 1 – 25 of 43) sorted by relevance

12

/third_party/rust/crates/rustix/src/backend/linux_raw/net/
Dsend_recv.rs10 const DONTROUTE = c::MSG_DONTROUTE;
/third_party/rust/crates/libc/src/unix/newlib/arm/
Dmod.rs51 pub const MSG_DONTROUTE: ::c_int = 0; constant
/third_party/rust/crates/libc/src/unix/newlib/aarch64/
Dmod.rs49 pub const MSG_DONTROUTE: ::c_int = 0; constant
/third_party/rust/crates/rustix/src/backend/libc/net/
Dsend_recv.rs22 const DONTROUTE = c::MSG_DONTROUTE;
/third_party/rust/crates/rustix/src/backend/linux_raw/
Dc.rs24 MSG_DONTROUTE, MSG_DONTWAIT, MSG_EOR, MSG_ERRQUEUE, MSG_MORE, MSG_NOSIGNAL, MSG_OOB, MSG_PEEK,
/third_party/rust/crates/libc/src/unix/newlib/espidf/
Dmod.rs82 pub const MSG_DONTROUTE: ::c_int = 0x4; constant
/third_party/musl/libc-test/src/api/
Dsys_socket.c79 C(MSG_DONTROUTE) in f()
/third_party/rust/crates/linux-raw-sys/gen/modules/
Dgeneral.h204 #define MSG_DONTROUTE 0x4 macro
/third_party/rust/crates/libc/src/unix/newlib/horizon/
Dmod.rs130 pub const MSG_DONTROUTE: ::c_int = 0; constant
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dsocket.h330 #define MSG_DONTROUTE 0x0004 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dsocket.h330 #define MSG_DONTROUTE 0x0004 macro
/third_party/musl/porting/linux/user/include/sys/
Dsocket.h336 #define MSG_DONTROUTE 0x0004 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dsocket.h321 #define MSG_DONTROUTE 0x0004 macro
/third_party/musl/include/sys/
Dsocket.h336 #define MSG_DONTROUTE 0x0004 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dsocket.h332 #define MSG_DONTROUTE 0x0004 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dsocket.h330 #define MSG_DONTROUTE 0x0004 macro
/third_party/rust/crates/libc/libc-test/semver/
Dunix.txt228 MSG_DONTROUTE
Dandroid.txt1194 MSG_DONTROUTE
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
Dmod.rs522 pub const MSG_DONTROUTE: ::c_int = 0x4; constant
/third_party/rust/crates/libc/src/unix/redox/
Dmod.rs679 pub const MSG_DONTROUTE: ::c_int = 4; constant
/third_party/rust/crates/libc/src/unix/linux_like/
Dmod.rs778 pub const MSG_DONTROUTE: ::c_int = 4; constant
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
Dmod.rs947 pub const MSG_DONTROUTE: ::c_int = 0x00000004; constant
/third_party/rust/crates/libc/src/vxworks/
Dmod.rs814 pub const MSG_DONTROUTE: ::c_int = 0x0004; constant
/third_party/rust/crates/libc/src/unix/haiku/
Dmod.rs1044 pub const MSG_DONTROUTE: ::c_int = 0x0004; constant
/third_party/python/Modules/
Dsocketmodule.c7597 #ifdef MSG_DONTROUTE
7598 PyModule_AddIntMacro(m, MSG_DONTROUTE);

12