Searched refs:MSG_FIN (Results 1 – 10 of 10) sorted by relevance
/external/strace/xlat/ |
D | msg_flags.h | 69 #if defined(MSG_FIN) || (defined(HAVE_DECL_MSG_FIN) && HAVE_DECL_MSG_FIN) 71 static_assert((MSG_FIN) == (0x200), "MSG_FIN != 0x200"); 74 # define MSG_FIN 0x200 194 XLAT(MSG_FIN),
|
D | msg_flags.in | 11 MSG_FIN 0x200 23 /* MSG_EOF MSG_FIN */
|
/external/ltp/utils/sctp/include/netinet/ |
D | sctp.h | 171 SCTP_EOF=MSG_FIN, /* Initiate graceful shutdown process. */
|
/external/iproute2/include/uapi/linux/ |
D | sctp.h | 272 SCTP_EOF = MSG_FIN, /* Initiate graceful shutdown process. */
|
/external/kernel-headers/original/uapi/linux/ |
D | sctp.h | 318 SCTP_EOF = MSG_FIN, /* Initiate graceful shutdown process. */
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 3196 #ifdef MSG_FIN 3197 { "MSG_FIN", (unsigned long) MSG_FIN },
|
/external/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 761 pub const MSG_FIN: ::c_int = 0x200; constant
|
/external/crosvm/net_sys/src/ |
D | iff.rs | 873 pub const MSG_FIN: _bindgen_ty_1 = 512; constant
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 1755 pub const MSG_FIN: ::c_int = 0x200; constant
|
/external/strace/ |
D | ChangeLog | 3335 MSG_PROBE, MSG_TRUNC, MSG_DONTWAIT, MSG_EOR, MSG_WAITALL, MSG_FIN, 3344 (MSG_EOF): Commented out, as it is a synonym for MSG_FIN.
|