Home
last modified time | relevance | path

Searched refs:MSG_DONTROUTE (Results 1 - 25 of 40) sorted by relevance

12

/third_party/rust/crates/rustix/src/backend/linux_raw/net/
H A Dsend_recv.rs9 /// `MSG_DONTROUTE`
10 const DONTROUTE = c::MSG_DONTROUTE;
/third_party/rust/crates/libc/src/unix/newlib/arm/
H A Dmod.rs51 pub const MSG_DONTROUTE: ::c_int = 0; consts
/third_party/rust/crates/libc/src/unix/newlib/aarch64/
H A Dmod.rs49 pub const MSG_DONTROUTE: ::c_int = 0; consts
/third_party/rust/crates/rustix/src/backend/libc/net/
H A Dsend_recv.rs21 /// `MSG_DONTROUTE`
22 const DONTROUTE = c::MSG_DONTROUTE;
/third_party/musl/libc-test/src/api/
H A Dsys_socket.c79 C(MSG_DONTROUTE) in f()
/third_party/rust/crates/libc/src/unix/newlib/espidf/
H A Dmod.rs82 pub const MSG_DONTROUTE: ::c_int = 0x4; consts
/third_party/rust/crates/libc/src/unix/newlib/horizon/
H A Dmod.rs130 pub const MSG_DONTROUTE: ::c_int = 0; consts
/third_party/rust/crates/linux-raw-sys/gen/modules/
H A Dgeneral.h204 #define MSG_DONTROUTE 0x4 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dsocket.h330 #define MSG_DONTROUTE 0x0004 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dsocket.h321 #define MSG_DONTROUTE 0x0004 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dsocket.h330 #define MSG_DONTROUTE 0x0004 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dsocket.h332 #define MSG_DONTROUTE 0x0004 macro
/third_party/musl/porting/linux/user/include/sys/
H A Dsocket.h336 #define MSG_DONTROUTE 0x0004 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dsocket.h330 #define MSG_DONTROUTE 0x0004 macro
/third_party/musl/include/sys/
H A Dsocket.h336 #define MSG_DONTROUTE 0x0004 macro
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
H A Dmod.rs522 pub const MSG_DONTROUTE: ::c_int = 0x4; consts
/third_party/rust/crates/libc/src/unix/redox/
H A Dmod.rs679 pub const MSG_DONTROUTE: ::c_int = 4; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs947 pub const MSG_DONTROUTE: ::c_int = 0x00000004; consts
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs814 pub const MSG_DONTROUTE: ::c_int = 0x0004; consts
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs778 pub const MSG_DONTROUTE: ::c_int = 4; consts
/third_party/python/Modules/
H A Dsocketmodule.c7743 #ifdef MSG_DONTROUTE
7744 PyModule_AddIntMacro(m, MSG_DONTROUTE);
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs1044 pub const MSG_DONTROUTE: ::c_int = 0x0004; consts
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs1080 pub const MSG_DONTROUTE: ::c_int = 0x0004; consts
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs1836 pub const MSG_DONTROUTE: ::c_int = 0x4; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs2331 pub const MSG_DONTROUTE: u32 = 4; consts

Completed in 73 milliseconds

12