Searched refs:MSG_CMSG_CLOEXEC (Results 1 – 9 of 9) sorted by relevance
17 #ifndef MSG_CMSG_CLOEXEC18 # define MSG_CMSG_CLOEXEC 0x40000000 macro
322 recvmsg(socket_fds[1], &msg, MSG_CMSG_CLOEXEC)); in TEST()
328 #define MSG_CMSG_CLOEXEC 0x40000000 /* Set close_on_exec for file macro
301 unsigned int o_flags = (msg->msg_flags & MSG_CMSG_CLOEXEC) ? O_CLOEXEC : 0; in scm_detach_fds()
292 unsigned int o_flags = (msg->msg_flags & MSG_CMSG_CLOEXEC) ? O_CLOEXEC : 0; in scm_detach_fds_compat()
2690 msg_sys->msg_flags = flags & (MSG_CMSG_CLOEXEC|MSG_CMSG_COMPAT); in ____sys_recvmsg()
633 if (flags & (MSG_CMSG_CLOEXEC|MSG_ERRQUEUE|MSG_OOB|MSG_TRUNC)) in pvcalls_front_recvmsg()
675 kmsg->msg.msg_flags = flags & (MSG_CMSG_CLOEXEC|MSG_CMSG_COMPAT); in io_recvmsg_multishot()