Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/kern/
H A Dsys_socket.c157 if (stat == EPIPE && !(so->so_flags & SOF_NOSIGPIPE)) { in soo_write()
H A Duipc_syscalls.c1379 if (error == EPIPE && !(so->so_flags & SOF_NOSIGPIPE) && in sendit()
1953 if (error == EPIPE && !(so->so_flags & SOF_NOSIGPIPE) && in sendmsg_x()
H A Duipc_socket.c4975 so->so_flags |= SOF_NOSIGPIPE; in sosetoptlock()
4977 so->so_flags &= ~SOF_NOSIGPIPE; in sosetoptlock()
5986 optval = (so->so_flags & SOF_NOSIGPIPE); in sogetoptlock()
H A Duipc_socket2.c394 (SOF_NOSIGPIPE | SOF_NOADDRAVAIL | SOF_REUSESHAREUID | in sonewconn_internal()
/xnu-12377.41.6/bsd/sys/
H A Dsocketvar.h231 #define SOF_NOSIGPIPE 0x00000001 macro