Home
last modified time | relevance | path

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

/external/strace/xlat/
Dmsg_flags.h76 #if defined(MSG_SYN) || (defined(HAVE_DECL_MSG_SYN) && HAVE_DECL_MSG_SYN)
78 static_assert((MSG_SYN) == (0x400), "MSG_SYN != 0x400");
81 # define MSG_SYN 0x400
195 XLAT(MSG_SYN),
Dmsg_flags.in12 MSG_SYN 0x400
/external/minijail/linux-x86/
Dlibconstants.gen.c3217 #ifdef MSG_SYN
3218 { "MSG_SYN", (unsigned long) MSG_SYN },
/external/rust/crates/libc/src/unix/linux_like/
Dmod.rs762 pub const MSG_SYN: ::c_int = 0x400; constant
/external/crosvm/net_sys/src/
Diff.rs874 pub const MSG_SYN: _bindgen_ty_1 = 1024; constant
/external/rust/crates/libc/src/fuchsia/
Dmod.rs1756 pub const MSG_SYN: ::c_int = 0x400; constant
/external/strace/
DChangeLog-CVS2909 * net.c (msg_flags): Grok MSG_FIX, MSG_SYN, MSG_RST, MSG_NOSIGNAL,
DChangeLog3336 MSG_SYN, MSG_CONFIRM, MSG_RST, MSG_ERRQUEUE, MSG_NOSIGNAL, MSG_MORE,