Searched refs:SOCK_NDELAY (Results 1 – 3 of 3) sorted by relevance
115 #define SOCK_NDELAY 0x200000 /* like O_NDELAY */ macro
116 if (type_w_flags & ~(SOCK_CLOEXEC|SOCK_NDELAY|SOCK_NONBLOCK)) in so_socket()150 if (type_w_flags & SOCK_NDELAY) { in so_socket()647 if (flags & ~(SOCK_CLOEXEC|SOCK_NONBLOCK|SOCK_NDELAY)) { in accept()655 if (flags & SOCK_NDELAY) in accept()
1799 (val & ~(SOCK_CLOEXEC|SOCK_NDELAY|SOCK_NONBLOCK))) { in prt_acf()1808 if (val & SOCK_NDELAY) { in prt_acf()