Searched refs:MSG_CMSG_CLOEXEC (Results 1 – 6 of 6) sorted by relevance
433 #define MSG_CMSG_CLOEXEC 0x1000 /* FD_CLOEXEC w/ SCM_RIGHTS */ macro
433 #define MSG_CMSG_CLOEXEC 0x40000 /* make received fds close-on-exec */ macro
581 sflags |= MSG_CMSG_CLOEXEC; in oclo_rights_common()
867 MSG_DONTWAIT | MSG_XPG4_2 | MSG_CMSG_CLOEXEC | MSG_CMSG_CLOFORK); in recvit()890 msg->msg_flags &= ~(MSG_XPG4_2 | MSG_CMSG_CLOEXEC | in recvit()
771 if ((msg_flags & MSG_CMSG_CLOEXEC) != 0) { in fdbuf_extract()
3113 { MSG_CMSG_CLOEXEC, "|MSG_CMSG_CLOEXEC" },