SOCK_NDELAY
if ((val & SOCK_NDELAY) != 0) {
(val & ~(SOCK_CLOEXEC|SOCK_NDELAY|SOCK_NONBLOCK|SOCK_CLOFORK))) {
if (val & SOCK_NDELAY) {
if (type_w_flags & SOCK_NDELAY) {
if (flags & SOCK_NDELAY)
#define SOCK_KNOWN_FLAGS (SOCK_CLOEXEC | SOCK_NDELAY | SOCK_NONBLOCK | \