Home
last modified time | relevance | path

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

/freebsd/sys/compat/linux/
H A Dlinux_socket.h118 #define LINUX_SOCK_CLOEXEC LINUX_O_CLOEXEC macro
H A Dlinux_socket.c749 if (lflags & ~(LINUX_SOCK_CLOEXEC | LINUX_SOCK_NONBLOCK)) in linux_set_socket_flags()
753 if (lflags & LINUX_SOCK_CLOEXEC) in linux_set_socket_flags()