Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/sys/
H A Dsocketvar.h245 #define SOF_CLOSEWAIT 0x00000010 /* blocked in close awaiting some events */ macro
/xnu-11417.140.69/bsd/kern/
H A Duipc_socket2.c698 if ((so->so_flags & SOF_CLOSEWAIT) && in sowakeup()
H A Duipc_socket.c1260 so->so_flags |= SOF_CLOSEWAIT; in soclose_wait_locked()
1265 so->so_flags &= ~SOF_CLOSEWAIT; in soclose_wait_locked()