Home
last modified time | relevance | path

Searched defs:MSG_EOR (Results 1 - 25 of 33) sorted by relevance

12

/third_party/rust/crates/libc/src/unix/newlib/espidf/
H A Dmod.rs88 pub const MSG_EOR: ::c_int = 0x08; consts
/third_party/rust/crates/linux-raw-sys/gen/modules/
H A Dgeneral.h209 #define MSG_EOR 0x80 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dsocket.h335 #define MSG_EOR 0x0080 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dsocket.h326 #define MSG_EOR 0x0080 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dsocket.h335 #define MSG_EOR 0x0080 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dsocket.h337 #define MSG_EOR 0x0080 macro
/third_party/musl/porting/linux/user/include/sys/
H A Dsocket.h341 #define MSG_EOR 0x0080 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dsocket.h335 #define MSG_EOR 0x0080 macro
/third_party/musl/include/sys/
H A Dsocket.h341 #define MSG_EOR 0x0080 macro
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
H A Dmod.rs523 pub const MSG_EOR: ::c_int = 0x8; consts
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs815 pub const MSG_EOR: ::c_int = 0x0008; consts
/third_party/rust/crates/libc/src/unix/redox/
H A Dmod.rs680 pub const MSG_EOR: ::c_int = 128; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs948 pub const MSG_EOR: ::c_int = 0x00000008; consts
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs1045 pub const MSG_EOR: ::c_int = 0x0008; consts
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs782 pub const MSG_EOR: ::c_int = 0x80; consts
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs1084 pub const MSG_EOR: ::c_int = 0x0008; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs1759 pub const MSG_EOR: ::c_int = 0x80; consts
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs1837 pub const MSG_EOR: ::c_int = 0x8; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs2335 pub const MSG_EOR: u32 = 128; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs2444 pub const MSG_EOR: u32 = 128; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs2334 pub const MSG_EOR: u32 = 128; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs2314 pub const MSG_EOR: u32 = 128; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs2515 pub const MSG_EOR: u32 = 128; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs2466 pub const MSG_EOR: u32 = 128; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs2577 pub const MSG_EOR: u32 = 128; consts

Completed in 159 milliseconds

12