Searched refs:SOCK_NONBLOCK (Results 1 – 1 of 1) sorted by relevance
28 const SOCK_NONBLOCK: FileMode = FileMode::O_NONBLOCK; constant387 if (flags & (!(SOCK_CLOEXEC | SOCK_NONBLOCK)).bits()) != 0 { in accept4()391 if SOCK_NONBLOCK != FileMode::O_NONBLOCK && ((flags & SOCK_NONBLOCK.bits()) != 0) { in accept4()418 if flags & SOCK_NONBLOCK.bits() != 0 { in do_accept()