Home
last modified time | relevance | path

Searched defs:MSG_OOB (Results 1 - 25 of 39) sorted by relevance

12

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

Completed in 76 milliseconds

12