Searched refs:SOF_NOSIGPIPE (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dsys_socket.c181 if (stat == EPIPE && !(so->so_flags & SOF_NOSIGPIPE))
266 so->so_flags |= SOF_NOSIGPIPE | SOF_NPX_SETOPTSHUT;
H A Duipc_socket.c3146 so->so_flags |= SOF_NOSIGPIPE;
3148 so->so_flags &= ~SOF_NOSIGPIPE;
3571 optval = (so->so_flags & SOF_NOSIGPIPE);
H A Duipc_socket2.c314 so->so_flags = head->so_flags & (SOF_NOSIGPIPE |
H A Duipc_syscalls.c878 if (error == EPIPE && !(so->so_flags & SOF_NOSIGPIPE))
/darwin-on-arm/xnu/bsd/sys/
H A Dsocketvar.h233 #define SOF_NOSIGPIPE 0x1 macro

Completed in 24 milliseconds