Searched refs:LINUX_SOCK_NONBLOCK (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/compat/linux/
H A Dlinux_socket.h135 #define LINUX_SOCK_NONBLOCK LINUX_O_NONBLOCK macro
H A Dlinux_socket.c598 if (lflags & ~(LINUX_SOCK_CLOEXEC | LINUX_SOCK_NONBLOCK))
600 if (lflags & LINUX_SOCK_NONBLOCK)

Completed in 112 milliseconds