Home
last modified time | relevance | path

Searched refs:SOCK_CLOEXEC (Results 1 – 2 of 2) sorted by relevance

/components/net/sal/include/
A Dsal_socket.h42 #define SOCK_CLOEXEC 02000000 macro
44 #define SOCK_MAX (SOCK_CLOEXEC + 1)
/components/lwp/
A Dlwp_syscall.c6203 if (type & SOCK_CLOEXEC) in sys_socket()
6205 type &= ~SOCK_CLOEXEC; in sys_socket()

Completed in 20 milliseconds