/third_party/rust/crates/libc/src/unix/newlib/aarch64/ |
D | mod.rs | 48 pub const MSG_DONTWAIT: ::c_int = 4; constant
|
/third_party/rust/crates/libc/src/unix/newlib/arm/ |
D | mod.rs | 50 pub const MSG_DONTWAIT: ::c_int = 4; constant
|
/third_party/rust/crates/libc/src/unix/newlib/espidf/ |
D | mod.rs | 81 pub const MSG_DONTWAIT: ::c_int = 0x08; constant
|
/third_party/rust/crates/linux-raw-sys/gen/modules/ |
D | general.h | 163 #define MSG_DONTWAIT 0x40 macro 208 #define MSG_DONTWAIT 0x40 macro
|
/third_party/rust/crates/libc/src/unix/newlib/horizon/ |
D | mod.rs | 129 pub const MSG_DONTWAIT: ::c_int = 4; constant
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
D | common.h | 72 #define MSG_DONTWAIT 0 /* not supported */ macro 409 #define MSG_DONTWAIT 0 macro
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
D | common.h | 72 #define MSG_DONTWAIT 0 /* not supported */ macro 406 #define MSG_DONTWAIT 0 macro
|
/third_party/musl/include/sys/ |
D | socket.h | 336 #define MSG_DONTWAIT 0x0040 macro
|
/third_party/musl/porting/linux/user/include/sys/ |
D | socket.h | 340 #define MSG_DONTWAIT 0x0040 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | socket.h | 325 #define MSG_DONTWAIT 0x0040 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | socket.h | 334 #define MSG_DONTWAIT 0x0040 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | socket.h | 334 #define MSG_DONTWAIT 0x0040 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | socket.h | 336 #define MSG_DONTWAIT 0x0040 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | socket.h | 334 #define MSG_DONTWAIT 0x0040 macro
|
/third_party/musl/ndk_musl_include/sys/ |
D | socket.h | 338 #define MSG_DONTWAIT 0x0040 macro
|
/third_party/lwip/src/include/lwip/ |
D | sockets.h | 263 #define MSG_DONTWAIT 0x08 /* Nonblocking i/o for this operation only */ macro
|
/third_party/rust/crates/libc/src/unix/hermit/ |
D | mod.rs | 671 pub const MSG_DONTWAIT: ::c_int = 0x08; constant
|
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/ |
D | sctp_os_userspace.h | 236 #define MSG_DONTWAIT 0x80 /* this message should be nonblocking */ macro
|
/third_party/rust/crates/libc/src/unix/redox/ |
D | mod.rs | 684 pub const MSG_DONTWAIT: ::c_int = 64; constant
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/ |
D | mod.rs | 527 pub const MSG_DONTWAIT: ::c_int = 0x80; constant
|
/third_party/rust/crates/libc/src/vxworks/ |
D | mod.rs | 819 pub const MSG_DONTWAIT: ::c_int = 0x0080; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 781 pub const MSG_DONTWAIT: ::c_int = 0x40; constant
|
/third_party/rust/crates/libc/src/unix/haiku/ |
D | mod.rs | 1049 pub const MSG_DONTWAIT: ::c_int = 0x0080; constant
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/ |
D | mod.rs | 952 pub const MSG_DONTWAIT: ::c_int = 0x00000080; constant
|
/third_party/rust/crates/libc/src/unix/solarish/ |
D | mod.rs | 1841 pub const MSG_DONTWAIT: ::c_int = 0x80; constant
|