Searched refs:SOCK_NONBLOCK (Results 1 – 2 of 2) sorted by relevance
41 #define SOCK_NONBLOCK 04000 macro
6207 if (type & SOCK_NONBLOCK) in sys_socket()6210 type &= ~SOCK_NONBLOCK; in sys_socket()
Completed in 24 milliseconds