Home
last modified time | relevance | path

Searched refs:MSG_CMSG_CLOEXEC (Results 1 – 5 of 5) sorted by relevance

/external/strace/xlat/
Dmsg_flags.h61 #if defined(MSG_CMSG_CLOEXEC) || (defined(HAVE_DECL_MSG_CMSG_CLOEXEC) && HAVE_DECL_MSG_CMSG_CLOEXEC)
62 XLAT(MSG_CMSG_CLOEXEC),
Dmsg_flags.in20 MSG_CMSG_CLOEXEC
/external/chromium_org/sandbox/linux/services/
Dbroker_process.cc34 #if defined(OS_ANDROID) && !defined(MSG_CMSG_CLOEXEC)
35 #define MSG_CMSG_CLOEXEC 0x40000000 macro
245 recvmsg_flags |= MSG_CMSG_CLOEXEC; in PathAndFlagsSyscall()
/external/strace/
DNEWS317 * Print O_CLOEXEC, MSG_CMSG_CLOEXEC flag bits.
DChangeLog-CVS1001 * net.c (msg_flags): Add MSG_CMSG_CLOEXEC.