Searched defs:SOCK_CLOEXEC (Results 1 – 6 of 6) sorted by relevance
49 SOCK_CLOEXEC = 02000000, /* Atomically set close-on-exec flag for the enumerator51 #define SOCK_CLOEXEC SOCK_CLOEXEC macro
49 SOCK_CLOEXEC = 010000000, /* Atomically set close-on-exec flag for the enumerator51 #define SOCK_CLOEXEC SOCK_CLOEXEC macro
49 SOCK_CLOEXEC = 0x400000, /* Atomically set close-on-exec flag for the enumerator51 #define SOCK_CLOEXEC SOCK_CLOEXEC macro
65 SOCK_CLOEXEC = 0x00400000, /* Atomically set close-on-exec flag for the enumerator67 #define SOCK_CLOEXEC SOCK_CLOEXEC macro
Completed in 40 milliseconds