Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/kern/
H A Dsys_socket.c157 if (stat == EPIPE && !(so->so_flags & SOF_NOSIGPIPE)) { in soo_write()
H A Duipc_syscalls.c1311 if (error == EPIPE && !(so->so_flags & SOF_NOSIGPIPE) && in sendit()
1717 if (error == EPIPE && !(so->so_flags & SOF_NOSIGPIPE) && in sendmsg_x()
H A Duipc_socket.c5252 so->so_flags |= SOF_NOSIGPIPE; in sosetoptlock()
5254 so->so_flags &= ~SOF_NOSIGPIPE; in sosetoptlock()
6149 optval = (so->so_flags & SOF_NOSIGPIPE); in sogetoptlock()
H A Duipc_socket2.c391 (SOF_NOSIGPIPE | SOF_NOADDRAVAIL | SOF_REUSESHAREUID | in sonewconn_internal()
/xnu-8020.140.41/bsd/sys/
H A Dsocketvar.h225 #define SOF_NOSIGPIPE 0x00000001 macro