Searched refs:MSG_CMSG_CLOEXEC (Results 1 – 11 of 11) sorted by relevance
1 Add missing MSG_CMSG_CLOEXEC4 have the MSG_CMSG_CLOEXEC definition. Even though the Buildroot7 definition of MSG_CMSG_CLOEXEC.19 +#ifndef MSG_CMSG_CLOEXEC20 +#define MSG_CMSG_CLOEXEC 0x4000000034 +#ifndef MSG_CMSG_CLOEXEC35 +#define MSG_CMSG_CLOEXEC 0x40000000
17 #ifndef MSG_CMSG_CLOEXEC18 # define MSG_CMSG_CLOEXEC 0x40000000 macro
248 MSG_CMSG_CLOEXEC = 0x40000000 /* Set close_on_exit for file enumerator251 #define MSG_CMSG_CLOEXEC MSG_CMSG_CLOEXEC macro
117 ret = recvmsg(sockfd, &msg, MSG_CMSG_CLOEXEC); in rk_bt_recv()
294 unsigned int o_flags = (msg->msg_flags & MSG_CMSG_CLOEXEC) ? O_CLOEXEC : 0; in scm_detach_fds()
315 #define MSG_CMSG_CLOEXEC 0x40000000 /* Set close_on_exec for file macro
295 unsigned int o_flags = (msg->msg_flags & MSG_CMSG_CLOEXEC) ? O_CLOEXEC : 0; in scm_detach_fds_compat()
2565 msg_sys->msg_flags = flags & (MSG_CMSG_CLOEXEC|MSG_CMSG_COMPAT); in ____sys_recvmsg()
631 if (flags & (MSG_CMSG_CLOEXEC|MSG_ERRQUEUE|MSG_OOB|MSG_TRUNC)) in pvcalls_front_recvmsg()