Searched refs:MSG_CMSG_CLOEXEC (Results 1 – 12 of 12) sorted by relevance
23 #ifndef MSG_CMSG_CLOEXEC24 # define MSG_CMSG_CLOEXEC 0x40000000 macro
492 #ifndef MSG_CMSG_CLOEXEC in qio_channel_socket_copy_fds()522 #ifdef MSG_CMSG_CLOEXEC in qio_channel_socket_readv()523 sflags |= MSG_CMSG_CLOEXEC; in qio_channel_socket_readv()
217 res = recvmsg(usock, &msg, MSG_CMSG_CLOEXEC); in recv_fd()
332 #define MSG_CMSG_CLOEXEC 0x40000000 /* Set close_on_exec for file macro
313 unsigned int o_flags = (msg->msg_flags & MSG_CMSG_CLOEXEC) ? O_CLOEXEC : 0; in scm_detach_fds()
294 unsigned int o_flags = (msg->msg_flags & MSG_CMSG_CLOEXEC) ? O_CLOEXEC : 0; in scm_detach_fds_compat()
2803 msg_sys->msg_flags = flags & (MSG_CMSG_CLOEXEC|MSG_CMSG_COMPAT); in ____sys_recvmsg()
640 if (flags & (MSG_CMSG_CLOEXEC|MSG_ERRQUEUE|MSG_OOB|MSG_TRUNC)) in pvcalls_front_recvmsg()
319 #ifndef MSG_CMSG_CLOEXEC in tcp_chr_recv()
771 kmsg->msg.msg_flags = flags & (MSG_CMSG_CLOEXEC|MSG_CMSG_COMPAT); in io_recvmsg_multishot()
1268 FLAG_GENERIC(MSG_CMSG_CLOEXEC),