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

/darwin-on-arm/xnu/bsd/sys/
H A Dsocketvar.h240 #define SOF_ABORTED 0x100 /* soabort was already called once on the socket */ macro
/darwin-on-arm/xnu/bsd/netinet/
H A Din_pcb.c920 if ((inp->inp_socket->so_flags & SOF_ABORTED) != 0) {
/darwin-on-arm/xnu/bsd/kern/
H A Duipc_socket.c1113 if ((so->so_flags & SOF_ABORTED) == 0) {
1114 so->so_flags |= SOF_ABORTED;

Completed in 25 milliseconds