Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/kern/
H A Dsys_socket.c157 if (stat == EPIPE && !(so->so_flags & SOF_NOSIGPIPE)) { in soo_write()
H A Duipc_syscalls.c1369 if (error == EPIPE && !(so->so_flags & SOF_NOSIGPIPE) && in sendit()
1948 if (error == EPIPE && !(so->so_flags & SOF_NOSIGPIPE) && in sendmsg_x()
H A Duipc_socket.c5037 so->so_flags |= SOF_NOSIGPIPE; in sosetoptlock()
5039 so->so_flags &= ~SOF_NOSIGPIPE; in sosetoptlock()
6001 optval = (so->so_flags & SOF_NOSIGPIPE); in sogetoptlock()
H A Duipc_socket2.c393 (SOF_NOSIGPIPE | SOF_NOADDRAVAIL | SOF_REUSESHAREUID | in sonewconn_internal()
/xnu-10063.141.1/bsd/sys/
H A Dsocketvar.h234 #define SOF_NOSIGPIPE 0x00000001 macro