Searched defs:SOCK_NONBLOCK (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/NetworkServices/NAT/
H A Dproxy.c45 #if defined(SOCK_NONBLOCK) && defined(RT_OS_NETBSD) /* XXX: PR kern/47569 */
46 # undef SOCK_NONBLOCK macro
292 #if defined(SOCK_NONBLOCK)
293 stype_and_flags |= SOCK_NONBLOCK;
330 #elif !defined(SOCK_NONBLOCK)

Completed in 37 milliseconds