/third_party/rust/crates/libc/src/unix/newlib/espidf/ |
D | mod.rs | 87 pub const MSG_CTRUNC: ::c_int = 0x08; constant
|
/third_party/rust/crates/linux-raw-sys/gen/modules/ |
D | general.h | 205 #define MSG_CTRUNC 0x8 macro
|
/third_party/musl/ndk_musl_include/sys/ |
D | socket.h | 335 #define MSG_CTRUNC 0x0008 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | socket.h | 331 #define MSG_CTRUNC 0x0008 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | socket.h | 331 #define MSG_CTRUNC 0x0008 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | socket.h | 333 #define MSG_CTRUNC 0x0008 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | socket.h | 331 #define MSG_CTRUNC 0x0008 macro
|
/third_party/musl/include/sys/ |
D | socket.h | 333 #define MSG_CTRUNC 0x0008 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | socket.h | 322 #define MSG_CTRUNC 0x0008 macro
|
/third_party/musl/porting/linux/user/include/sys/ |
D | socket.h | 337 #define MSG_CTRUNC 0x0008 macro
|
/third_party/lwip/src/include/lwip/ |
D | sockets.h | 139 #define MSG_CTRUNC 0x08 macro
|
/third_party/rust/crates/libc/src/unix/redox/ |
D | mod.rs | 678 pub const MSG_CTRUNC: ::c_int = 8; constant
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/ |
D | mod.rs | 525 pub const MSG_CTRUNC: ::c_int = 0x20; constant
|
/third_party/rust/crates/libc/src/vxworks/ |
D | mod.rs | 817 pub const MSG_CTRUNC: ::c_int = 0x0020; constant
|
/third_party/rust/crates/libc/src/unix/haiku/ |
D | mod.rs | 1047 pub const MSG_CTRUNC: ::c_int = 0x0020; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 779 pub const MSG_CTRUNC: ::c_int = 8; constant
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/ |
D | mod.rs | 950 pub const MSG_CTRUNC: ::c_int = 0x00000020; constant
|
/third_party/rust/crates/libc/src/unix/solarish/ |
D | mod.rs | 1838 pub const MSG_CTRUNC: ::c_int = 0x10; constant
|
/third_party/rust/crates/libc/src/unix/nto/ |
D | mod.rs | 1081 pub const MSG_CTRUNC: ::c_int = 0x0020; constant
|
/third_party/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 1756 pub const MSG_CTRUNC: ::c_int = 8; constant
|
/third_party/rust/crates/libc/src/unix/bsd/apple/ |
D | mod.rs | 3710 pub const MSG_CTRUNC: ::c_int = 0x20; constant
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
D | general.rs | 2512 pub const MSG_CTRUNC: u32 = 8; constant
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
D | general.rs | 2331 pub const MSG_CTRUNC: u32 = 8; constant
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
D | general.rs | 2332 pub const MSG_CTRUNC: u32 = 8; constant
|
/third_party/rust/crates/linux-raw-sys/src/x32/ |
D | general.rs | 2361 pub const MSG_CTRUNC: u32 = 8; constant
|