Home
last modified time | relevance | path

Searched defs:MSG_DONTWAIT (Results 1 – 25 of 42) sorted by relevance

12

/third_party/rust/crates/libc/src/unix/newlib/aarch64/
Dmod.rs48 pub const MSG_DONTWAIT: ::c_int = 4; constant
/third_party/rust/crates/libc/src/unix/newlib/arm/
Dmod.rs50 pub const MSG_DONTWAIT: ::c_int = 4; constant
/third_party/rust/crates/libc/src/unix/newlib/espidf/
Dmod.rs81 pub const MSG_DONTWAIT: ::c_int = 0x08; constant
/third_party/rust/crates/linux-raw-sys/gen/modules/
Dgeneral.h163 #define MSG_DONTWAIT 0x40 macro
208 #define MSG_DONTWAIT 0x40 macro
/third_party/rust/crates/libc/src/unix/newlib/horizon/
Dmod.rs129 pub const MSG_DONTWAIT: ::c_int = 4; constant
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dcommon.h72 #define MSG_DONTWAIT 0 /* not supported */ macro
409 #define MSG_DONTWAIT 0 macro
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dcommon.h72 #define MSG_DONTWAIT 0 /* not supported */ macro
406 #define MSG_DONTWAIT 0 macro
/third_party/musl/include/sys/
Dsocket.h336 #define MSG_DONTWAIT 0x0040 macro
/third_party/musl/porting/linux/user/include/sys/
Dsocket.h340 #define MSG_DONTWAIT 0x0040 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dsocket.h325 #define MSG_DONTWAIT 0x0040 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dsocket.h334 #define MSG_DONTWAIT 0x0040 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dsocket.h334 #define MSG_DONTWAIT 0x0040 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dsocket.h336 #define MSG_DONTWAIT 0x0040 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dsocket.h334 #define MSG_DONTWAIT 0x0040 macro
/third_party/musl/ndk_musl_include/sys/
Dsocket.h338 #define MSG_DONTWAIT 0x0040 macro
/third_party/lwip/src/include/lwip/
Dsockets.h263 #define MSG_DONTWAIT 0x08 /* Nonblocking i/o for this operation only */ macro
/third_party/rust/crates/libc/src/unix/hermit/
Dmod.rs671 pub const MSG_DONTWAIT: ::c_int = 0x08; constant
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_os_userspace.h236 #define MSG_DONTWAIT 0x80 /* this message should be nonblocking */ macro
/third_party/rust/crates/libc/src/unix/redox/
Dmod.rs684 pub const MSG_DONTWAIT: ::c_int = 64; constant
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
Dmod.rs527 pub const MSG_DONTWAIT: ::c_int = 0x80; constant
/third_party/rust/crates/libc/src/vxworks/
Dmod.rs819 pub const MSG_DONTWAIT: ::c_int = 0x0080; constant
/third_party/rust/crates/libc/src/unix/linux_like/
Dmod.rs781 pub const MSG_DONTWAIT: ::c_int = 0x40; constant
/third_party/rust/crates/libc/src/unix/haiku/
Dmod.rs1049 pub const MSG_DONTWAIT: ::c_int = 0x0080; constant
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
Dmod.rs952 pub const MSG_DONTWAIT: ::c_int = 0x00000080; constant
/third_party/rust/crates/libc/src/unix/solarish/
Dmod.rs1841 pub const MSG_DONTWAIT: ::c_int = 0x80; constant

12