Searched refs:MSG_CMSG_CLOEXEC (Results 1 – 3 of 3) sorted by relevance
461 #define MSG_CMSG_CLOEXEC 0x00040000 /* make received fds close-on-exec */ macro
467 #define MSG_CMSG_CLOEXEC 0x00040000 /* make received fds close-on-exec */ macro
2070 (flags & MSG_CMSG_CLOEXEC) != 0 ? UF_EXCLOSE : 0, in unp_externalize()