Searched refs:MSG_SYN (Results 1 – 8 of 8) sorted by relevance
/external/strace/xlat/ |
D | msg_flags.h | 76 #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),
|
D | msg_flags.in | 12 MSG_SYN 0x400
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 3217 #ifdef MSG_SYN 3218 { "MSG_SYN", (unsigned long) MSG_SYN },
|
/external/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 762 pub const MSG_SYN: ::c_int = 0x400; constant
|
/external/crosvm/net_sys/src/ |
D | iff.rs | 874 pub const MSG_SYN: _bindgen_ty_1 = 1024; constant
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 1756 pub const MSG_SYN: ::c_int = 0x400; constant
|
/external/strace/ |
D | ChangeLog-CVS | 2909 * net.c (msg_flags): Grok MSG_FIX, MSG_SYN, MSG_RST, MSG_NOSIGNAL,
|
D | ChangeLog | 3336 MSG_SYN, MSG_CONFIRM, MSG_RST, MSG_ERRQUEUE, MSG_NOSIGNAL, MSG_MORE,
|