Home
last modified time | relevance | path

Searched refs:MSG_EXCEPT (Results 1 – 7 of 7) sorted by relevance

/external/strace/xlat/
Dipc_msg_flags.h20 #if defined(MSG_EXCEPT) || (defined(HAVE_DECL_MSG_EXCEPT) && HAVE_DECL_MSG_EXCEPT)
21 XLAT(MSG_EXCEPT),
Dipc_msg_flags.in2 MSG_EXCEPT
/external/kernel-headers/original/uapi/linux/
Dmsg.h14 #define MSG_EXCEPT 020000 /* recv any msg except of specified type.*/ macro
/external/ltp/testcases/kernel/syscalls/ipc/msgrcv/
Dmsgrcv07.c96 TEST(msgrcv(msgq_id, &rcv_buf, MSGSIZE, MSGTYPE2, MSG_EXCEPT)); in test_msg_except()
/external/rust/crates/libc/src/unix/linux_like/emscripten/
Dmod.rs954 pub const MSG_EXCEPT: ::c_int = 0o20000; constant
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs1487 pub const MSG_EXCEPT: ::c_int = 0o20000; constant
/external/rust/crates/libc/src/fuchsia/
Dmod.rs2418 pub const MSG_EXCEPT: ::c_int = 0o20000; constant