HomeSort by: relevance | last modified time | path
    Searched refs:LINUX_SOCK_NONBLOCK (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/compat/linux/arch/alpha/
linux_socket.h 96 #define LINUX_SOCK_NONBLOCK 0x40000000
  /src/sys/compat/linux/common/
linux_socket.h 247 #ifndef LINUX_SOCK_NONBLOCK
248 #define LINUX_SOCK_NONBLOCK LINUX_O_NONBLOCK
linux_socket.c 250 if (flags & ~(LINUX_SOCK_CLOEXEC|LINUX_SOCK_NONBLOCK))
255 if (flags & LINUX_SOCK_NONBLOCK)

Completed in 13 milliseconds