Searched refs:MSG_CONFIRM (Results 1 – 13 of 13) sorted by relevance
/external/strace/xlat/ |
D | msg_flags.h | 83 #if defined(MSG_CONFIRM) || (defined(HAVE_DECL_MSG_CONFIRM) && HAVE_DECL_MSG_CONFIRM) 85 static_assert((MSG_CONFIRM) == (0x800), "MSG_CONFIRM != 0x800"); 88 # define MSG_CONFIRM 0x800 196 XLAT(MSG_CONFIRM),
|
D | msg_flags.in | 13 MSG_CONFIRM 0x800
|
/external/iputils/ |
D | tftpd.c | 72 #ifndef MSG_CONFIRM 73 #define MSG_CONFIRM 0 macro 394 confirmed = MSG_CONFIRM; in sendfile() 457 confirmed = MSG_CONFIRM; in recvfile()
|
D | ping_common.h | 158 #ifndef MSG_CONFIRM 159 #define MSG_CONFIRM 0 macro
|
D | ping_common.c | 40 int confirm_flag = MSG_CONFIRM;
|
D | RELNOTES | 653 * tftpd is added. It uses MSG_CONFIRM to confirm arp entries.
|
/external/iputils/doc/ |
D | tftpd.sgml | 111 (<constant/MSG_CONFIRM/) allowing to boot long images by dumb clients
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 3175 #ifdef MSG_CONFIRM 3176 { "MSG_CONFIRM", (unsigned long) MSG_CONFIRM },
|
/external/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 763 pub const MSG_CONFIRM: ::c_int = 0x800; constant
|
/external/crosvm/net_sys/src/ |
D | iff.rs | 875 pub const MSG_CONFIRM: _bindgen_ty_1 = 2048; constant
|
/external/python/cpython3/Modules/ |
D | socketmodule.c | 7677 #ifdef MSG_CONFIRM 7678 PyModule_AddIntMacro(m, MSG_CONFIRM);
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 1757 pub const MSG_CONFIRM: ::c_int = 0x800; constant
|
/external/strace/ |
D | ChangeLog | 3336 MSG_SYN, MSG_CONFIRM, MSG_RST, MSG_ERRQUEUE, MSG_NOSIGNAL, MSG_MORE,
|