Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dsocketvar.h240 #define SOF_ABORTED 0x00000100 /* soabort was already called once */ macro
/xnu-12377.41.6/bsd/kern/
H A Duipc_socket.c1379 if ((so->so_flags & SOF_ABORTED) == 0) { in soabort()
1380 so->so_flags |= SOF_ABORTED; in soabort()
/xnu-12377.41.6/bsd/netinet/
H A Din_pcb.c1860 if ((so->so_flags & SOF_ABORTED) != 0) { in in_pcbconnect()