Searched refs:SOCK_NDELAY (Results 1 – 3 of 3) sorted by relevance
126 #define SOCK_NDELAY 0x200000 /* like O_NDELAY */ macro
1847 if ((val & SOCK_NDELAY) != 0) { in prt_skt()1909 (val & ~(SOCK_CLOEXEC|SOCK_NDELAY|SOCK_NONBLOCK|SOCK_CLOFORK))) { in prt_acf()1922 if (val & SOCK_NDELAY) { in prt_acf()
90 #define SOCK_KNOWN_FLAGS (SOCK_CLOEXEC | SOCK_NDELAY | SOCK_NONBLOCK | \150 if (type_w_flags & SOCK_NDELAY) { in so_socket()659 if (flags & SOCK_NDELAY) in accept()