SOCKET_NOSLEEP
ASSERT(flags == SOCKET_SLEEP || flags == SOCKET_NOSLEEP);
nso = socket_newconn(so, proto_handle, sock_downcalls, SOCKET_NOSLEEP,
kmflags = (sflags & SOCKET_NOSLEEP) ? KM_NOSLEEP : KM_SLEEP;
kmflags = (sflags & SOCKET_NOSLEEP) ? KM_NOSLEEP : KM_SLEEP;
int kmflags = (sflags & SOCKET_NOSLEEP) ? KM_NOSLEEP : KM_SLEEP;
int kmflags = (sflags & SOCKET_NOSLEEP) ? KM_NOSLEEP : KM_SLEEP;
so->so_protocol, so->so_version, SOCKET_NOSLEEP,
nso = socket_newconn(lso, connind, NULL, SOCKET_NOSLEEP, &error);
int kmflag = ((flags & SOCKET_NOSLEEP)) ? KM_NOSLEEP:KM_SLEEP;
#define KSOCKET_NOSLEEP SOCKET_NOSLEEP