Home
last modified time | relevance | path

Searched defs:MSG_DONTWAIT (Results 1 - 25 of 40) sorted by relevance

12

/third_party/rust/crates/libc/src/unix/newlib/arm/
H A Dmod.rs50 pub const MSG_DONTWAIT: ::c_int = 4; consts
/third_party/rust/crates/libc/src/unix/newlib/aarch64/
H A Dmod.rs48 pub const MSG_DONTWAIT: ::c_int = 4; consts
/third_party/rust/crates/libc/src/unix/newlib/espidf/
H A Dmod.rs81 pub const MSG_DONTWAIT: ::c_int = 0x08; consts
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dcommon.h72 #define MSG_DONTWAIT 0 /* not supported */ macro
406 #define MSG_DONTWAIT 0 macro
/third_party/rust/crates/libc/src/unix/newlib/horizon/
H A Dmod.rs129 pub const MSG_DONTWAIT: ::c_int = 4; consts
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dcommon.h84 #define MSG_DONTWAIT 0 /* not supported */ macro
421 #define MSG_DONTWAIT 0 macro
/third_party/rust/crates/linux-raw-sys/gen/modules/
H A Dgeneral.h163 #define MSG_DONTWAIT 0x40 macro
208 #define MSG_DONTWAIT 0x40 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dsocket.h334 #define MSG_DONTWAIT 0x0040 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dsocket.h325 #define MSG_DONTWAIT 0x0040 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dsocket.h334 #define MSG_DONTWAIT 0x0040 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dsocket.h336 #define MSG_DONTWAIT 0x0040 macro
/third_party/musl/porting/linux/user/include/sys/
H A Dsocket.h340 #define MSG_DONTWAIT 0x0040 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dsocket.h334 #define MSG_DONTWAIT 0x0040 macro
/third_party/lwip/src/include/lwip/
H A Dsockets.h263 #define MSG_DONTWAIT 0x08 /* Nonblocking i/o for this operation only */ macro
/third_party/musl/include/sys/
H A Dsocket.h340 #define MSG_DONTWAIT 0x0040 macro
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
H A Dmod.rs527 pub const MSG_DONTWAIT: ::c_int = 0x80; consts
/third_party/rust/crates/libc/src/unix/hermit/
H A Dmod.rs671 pub const MSG_DONTWAIT: ::c_int = 0x08; consts
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs819 pub const MSG_DONTWAIT: ::c_int = 0x0080; consts
/third_party/rust/crates/libc/src/unix/redox/
H A Dmod.rs684 pub const MSG_DONTWAIT: ::c_int = 64; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs952 pub const MSG_DONTWAIT: ::c_int = 0x00000080; consts
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs1049 pub const MSG_DONTWAIT: ::c_int = 0x0080; consts
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs781 pub const MSG_DONTWAIT: ::c_int = 0x40; consts
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs1083 pub const MSG_DONTWAIT: ::c_int = 0x0080; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs1758 pub const MSG_DONTWAIT: ::c_int = 0x40; consts
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs1841 pub const MSG_DONTWAIT: ::c_int = 0x80; consts

Completed in 65 milliseconds

12