Home
last modified time | relevance | path

Searched refs:MSG_EXCEPT (Results 1 – 10 of 10) 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/syzkaller/sys/linux/
Dipc_amd64.const15 MSG_EXCEPT = 8192
Dipc_arm.const15 MSG_EXCEPT = 8192
Dipc_arm64.const15 MSG_EXCEPT = 8192
Dipc_386.const15 MSG_EXCEPT = 8192
Dipc_ppc64le.const15 MSG_EXCEPT = 8192
Dipc.txt66 msgrcv_flags = IPC_NOWAIT, MSG_EXCEPT, MSG_NOERROR
/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()