/third_party/rust/crates/libc/src/unix/newlib/espidf/ |
D | mod.rs | 86 pub const MSG_TRUNC: ::c_int = 0x04; constant
|
/third_party/rust/crates/linux-raw-sys/gen/modules/ |
D | general.h | 207 #define MSG_TRUNC 0x20 macro
|
/third_party/musl/ndk_musl_include/sys/ |
D | socket.h | 337 #define MSG_TRUNC 0x0020 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | socket.h | 333 #define MSG_TRUNC 0x0020 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | socket.h | 333 #define MSG_TRUNC 0x0020 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | socket.h | 335 #define MSG_TRUNC 0x0020 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | socket.h | 333 #define MSG_TRUNC 0x0020 macro
|
/third_party/musl/include/sys/ |
D | socket.h | 335 #define MSG_TRUNC 0x0020 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | socket.h | 324 #define MSG_TRUNC 0x0020 macro
|
/third_party/musl/porting/linux/user/include/sys/ |
D | socket.h | 339 #define MSG_TRUNC 0x0020 macro
|
/third_party/lwip/src/include/lwip/ |
D | sockets.h | 138 #define MSG_TRUNC 0x04 macro
|
/third_party/rust/crates/libc/src/unix/redox/ |
D | mod.rs | 683 pub const MSG_TRUNC: ::c_int = 32; constant
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/ |
D | mod.rs | 524 pub const MSG_TRUNC: ::c_int = 0x10; constant
|
/third_party/rust/crates/libc/src/vxworks/ |
D | mod.rs | 816 pub const MSG_TRUNC: ::c_int = 0x0010; constant
|
/third_party/rust/crates/libc/src/unix/haiku/ |
D | mod.rs | 1046 pub const MSG_TRUNC: ::c_int = 0x0010; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 780 pub const MSG_TRUNC: ::c_int = 0x20; constant
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/ |
D | mod.rs | 949 pub const MSG_TRUNC: ::c_int = 0x00000010; constant
|
/third_party/rust/crates/libc/src/unix/solarish/ |
D | mod.rs | 1839 pub const MSG_TRUNC: ::c_int = 0x20; constant
|
/third_party/rust/crates/libc/src/unix/nto/ |
D | mod.rs | 1082 pub const MSG_TRUNC: ::c_int = 0x0010; constant
|
/third_party/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 1757 pub const MSG_TRUNC: ::c_int = 0x20; constant
|
/third_party/rust/crates/libc/src/unix/bsd/apple/ |
D | mod.rs | 3709 pub const MSG_TRUNC: ::c_int = 0x10; constant
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
D | general.rs | 2514 pub const MSG_TRUNC: u32 = 32; constant
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
D | general.rs | 2333 pub const MSG_TRUNC: u32 = 32; constant
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
D | general.rs | 2334 pub const MSG_TRUNC: u32 = 32; constant
|
/third_party/rust/crates/linux-raw-sys/src/x32/ |
D | general.rs | 2363 pub const MSG_TRUNC: u32 = 32; constant
|