Home
last modified time | relevance | path

Searched defs:MSG_OOB (Results 1 – 25 of 40) sorted by relevance

12

/third_party/rust/crates/libc/src/unix/newlib/arm/
Dmod.rs48 pub const MSG_OOB: ::c_int = 1; constant
/third_party/rust/crates/libc/src/unix/newlib/aarch64/
Dmod.rs46 pub const MSG_OOB: ::c_int = 1; constant
/third_party/rust/crates/libc/src/unix/newlib/espidf/
Dmod.rs79 pub const MSG_OOB: ::c_int = 0x04; constant
/third_party/rust/crates/libc/src/unix/newlib/horizon/
Dmod.rs127 pub const MSG_OOB: ::c_int = 1; constant
/third_party/python/Lib/
Dftplib.py47 MSG_OOB = 0x1 # Process data out of band variable
/third_party/rust/crates/linux-raw-sys/gen/modules/
Dgeneral.h202 #define MSG_OOB 0x1 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dsocket.h328 #define MSG_OOB 0x0001 macro
/third_party/musl/include/sys/
Dsocket.h330 #define MSG_OOB 0x0001 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dsocket.h328 #define MSG_OOB 0x0001 macro
/third_party/musl/porting/linux/user/include/sys/
Dsocket.h334 #define MSG_OOB 0x0001 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dsocket.h319 #define MSG_OOB 0x0001 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dsocket.h330 #define MSG_OOB 0x0001 macro
/third_party/musl/ndk_musl_include/sys/
Dsocket.h332 #define MSG_OOB 0x0001 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dsocket.h328 #define MSG_OOB 0x0001 macro
/third_party/lwip/src/include/lwip/
Dsockets.h262 #define MSG_OOB 0x04 /* Unimplemented: Requests out-of-band data. The significance and se… macro
/third_party/rust/crates/libc/src/unix/hermit/
Dmod.rs670 pub const MSG_OOB: ::c_int = 0x04; constant
/third_party/rust/crates/libc/src/unix/redox/
Dmod.rs681 pub const MSG_OOB: ::c_int = 1; constant
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
Dmod.rs520 pub const MSG_OOB: ::c_int = 0x1; constant
/third_party/rust/crates/libc/src/vxworks/
Dmod.rs812 pub const MSG_OOB: ::c_int = 0x0001; constant
/third_party/rust/crates/libc/src/unix/haiku/
Dmod.rs1042 pub const MSG_OOB: ::c_int = 0x0001; constant
/third_party/rust/crates/libc/src/unix/linux_like/
Dmod.rs776 pub const MSG_OOB: ::c_int = 1; constant
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
Dmod.rs945 pub const MSG_OOB: ::c_int = 0x00000001; constant
/third_party/rust/crates/libc/src/unix/solarish/
Dmod.rs1834 pub const MSG_OOB: ::c_int = 0x1; constant
/third_party/rust/crates/libc/src/unix/nto/
Dmod.rs1078 pub const MSG_OOB: ::c_int = 0x0001; constant
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs1753 pub const MSG_OOB: ::c_int = 1; constant

12