Home
last modified time | relevance | path

Searched refs:MSG_WAITFORONE (Results 1 – 8 of 8) sorted by relevance

/external/strace/xlat/
Dmsg_flags.h118 #if defined(MSG_WAITFORONE) || (defined(HAVE_DECL_MSG_WAITFORONE) && HAVE_DECL_MSG_WAITFORONE)
120 static_assert((MSG_WAITFORONE) == (0x10000), "MSG_WAITFORONE != 0x10000");
123 # define MSG_WAITFORONE 0x10000
201 XLAT(MSG_WAITFORONE),
Dmsg_flags.in18 MSG_WAITFORONE 0x10000
/external/crosvm/net_sys/src/
Diff.rs880 pub const MSG_WAITFORONE: _bindgen_ty_1 = 65536; constant
/external/rust/crates/libc/src/unix/linux_like/
Dmod.rs800 pub const MSG_WAITFORONE: ::c_int = 0x10000; constant
/external/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
Dmod.rs1068 pub const MSG_WAITFORONE: ::c_int = 0x2000; constant
/external/rust/crates/libc/src/unix/uclibc/
Dmod.rs870 pub const MSG_WAITFORONE: ::c_int = 0x10000; constant
/external/rust/crates/libc/src/fuchsia/
Dmod.rs1759 pub const MSG_WAITFORONE: ::c_int = 0x10000; constant
/external/strace/
DChangeLog3337 MSG_WAITFORONE, MSG_FASTOPEN, MSG_CMSG_CLOEXEC): Add default values
48664 net.c: recognize MSG_WAITFORONE.
48665 * net.c (msg_flags): Add MSG_WAITFORONE.