Home
last modified time | relevance | path

Searched refs:SOF_CLOSEWAIT (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.41.6/bsd/sys/
H A Dsocketvar.h236 #define SOF_CLOSEWAIT 0x00000010 /* blocked in close awaiting some events */ macro
/xnu-12377.41.6/bsd/kern/
H A Duipc_socket2.c700 if ((so->so_flags & SOF_CLOSEWAIT) && in sowakeup()
H A Duipc_socket.c1100 so->so_flags |= SOF_CLOSEWAIT; in soclose_wait_locked()
1105 so->so_flags &= ~SOF_CLOSEWAIT; in soclose_wait_locked()