HomeSort by relevance Sort by last modified time
    Searched refs:MSG_EXCEPT (Results 1 - 4 of 4) sorted by null

  /external/strace/xlat/
ipc_msg_flags.h 20 #if defined(MSG_EXCEPT) || (defined(HAVE_DECL_MSG_EXCEPT) && HAVE_DECL_MSG_EXCEPT)
21 XLAT(MSG_EXCEPT),
  /bionic/libc/kernel/uapi/linux/
msg.h 26 #define MSG_EXCEPT 020000
  /external/kernel-headers/original/uapi/linux/
msg.h 14 #define MSG_EXCEPT 020000 /* recv any msg except of specified type.*/
  /external/ltp/testcases/kernel/syscalls/ipc/msgrcv/
msgrcv07.c 20 * Basic test for msgrcv(2) using MSG_EXCEPT, MSG_NOERROR
93 wait4child(child_pid, "MSG_EXCEPT");
96 TEST(msgrcv(msgq_id, &rcv_buf, MSGSIZE, MSGTYPE2, MSG_EXCEPT));
98 fprintf(stderr, "msgrcv(MSG_EXCEPT) failed\n");

Completed in 2823 milliseconds