Home
last modified time | relevance | path

Searched refs:MSG_BATCH (Results 1 – 5 of 5) sorted by relevance

/external/strace/xlat/
Dmsg_flags.h132 #if defined(MSG_BATCH) || (defined(HAVE_DECL_MSG_BATCH) && HAVE_DECL_MSG_BATCH)
134 static_assert((MSG_BATCH) == (0x40000), "MSG_BATCH != 0x40000");
137 # define MSG_BATCH 0x40000
203 XLAT(MSG_BATCH),
Dmsg_flags.in20 MSG_BATCH 0x40000
/external/minijail/linux-x86/
Dlibconstants.gen.c3169 #ifdef MSG_BATCH
3170 { "MSG_BATCH", (unsigned long) MSG_BATCH },
/external/crosvm/net_sys/src/
Diff.rs881 pub const MSG_BATCH: _bindgen_ty_1 = 262144; constant
/external/strace/
DChangeLog29250 * xlat/msg_flags.in: Add MSG_BATCH.