/third_party/rust/crates/libc/src/unix/newlib/arm/ |
D | mod.rs | 48 pub const MSG_OOB: ::c_int = 1; constant
|
/third_party/rust/crates/libc/src/unix/newlib/aarch64/ |
D | mod.rs | 46 pub const MSG_OOB: ::c_int = 1; constant
|
/third_party/rust/crates/libc/src/unix/newlib/espidf/ |
D | mod.rs | 79 pub const MSG_OOB: ::c_int = 0x04; constant
|
/third_party/rust/crates/libc/src/unix/newlib/horizon/ |
D | mod.rs | 127 pub const MSG_OOB: ::c_int = 1; constant
|
/third_party/python/Lib/ |
D | ftplib.py | 47 MSG_OOB = 0x1 # Process data out of band variable
|
/third_party/rust/crates/linux-raw-sys/gen/modules/ |
D | general.h | 202 #define MSG_OOB 0x1 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | socket.h | 328 #define MSG_OOB 0x0001 macro
|
/third_party/musl/include/sys/ |
D | socket.h | 330 #define MSG_OOB 0x0001 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | socket.h | 328 #define MSG_OOB 0x0001 macro
|
/third_party/musl/porting/linux/user/include/sys/ |
D | socket.h | 334 #define MSG_OOB 0x0001 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | socket.h | 319 #define MSG_OOB 0x0001 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | socket.h | 330 #define MSG_OOB 0x0001 macro
|
/third_party/musl/ndk_musl_include/sys/ |
D | socket.h | 332 #define MSG_OOB 0x0001 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | socket.h | 328 #define MSG_OOB 0x0001 macro
|
/third_party/lwip/src/include/lwip/ |
D | sockets.h | 262 #define MSG_OOB 0x04 /* Unimplemented: Requests out-of-band data. The significance and se… macro
|
/third_party/rust/crates/libc/src/unix/hermit/ |
D | mod.rs | 670 pub const MSG_OOB: ::c_int = 0x04; constant
|
/third_party/rust/crates/libc/src/unix/redox/ |
D | mod.rs | 681 pub const MSG_OOB: ::c_int = 1; constant
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/ |
D | mod.rs | 520 pub const MSG_OOB: ::c_int = 0x1; constant
|
/third_party/rust/crates/libc/src/vxworks/ |
D | mod.rs | 812 pub const MSG_OOB: ::c_int = 0x0001; constant
|
/third_party/rust/crates/libc/src/unix/haiku/ |
D | mod.rs | 1042 pub const MSG_OOB: ::c_int = 0x0001; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 776 pub const MSG_OOB: ::c_int = 1; constant
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/ |
D | mod.rs | 945 pub const MSG_OOB: ::c_int = 0x00000001; constant
|
/third_party/rust/crates/libc/src/unix/solarish/ |
D | mod.rs | 1834 pub const MSG_OOB: ::c_int = 0x1; constant
|
/third_party/rust/crates/libc/src/unix/nto/ |
D | mod.rs | 1078 pub const MSG_OOB: ::c_int = 0x0001; constant
|
/third_party/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 1753 pub const MSG_OOB: ::c_int = 1; constant
|