Searched refs:SOCK_CLOEXEC (Results 1 – 2 of 2) sorted by relevance
42 #define SOCK_CLOEXEC 02000000 macro44 #define SOCK_MAX (SOCK_CLOEXEC + 1)
6203 if (type & SOCK_CLOEXEC) in sys_socket()6205 type &= ~SOCK_CLOEXEC; in sys_socket()
Completed in 20 milliseconds