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

/xnu-2782.1.97/bsd/netinet/
H A Dmptcp_usrreq.c1393 case SO_NOSIGPIPE: /* MP */
1461 (mpo->mpo_name == SO_NOSIGPIPE || mpo->mpo_name == SO_NOADDRERR)) {
1929 case SO_NOSIGPIPE:
1930 o = "SO_NOSIGPIPE";
H A Dmptcp_subr.c649 smpo.mpo_name = SO_NOSIGPIPE;
700 (mpo->mpo_name == SO_NOSIGPIPE ||
1083 smpo.mpo_name = SO_NOSIGPIPE;
/xnu-2782.1.97/bsd/sys/
H A Dsocket.h197 #define SO_NOSIGPIPE 0x1022 /* APPLE: No SIGPIPE on EPIPE */ macro
/xnu-2782.1.97/bsd/kern/
H A Dkern_descrip.c912 SOL_SOCKET, SO_NOSIGPIPE, &tmp, sizeof (tmp));
934 SOL_SOCKET, SO_NOSIGPIPE, retval, &retsize);
H A Duipc_socket.c4428 case SO_NOSIGPIPE:
5008 case SO_NOSIGPIPE:

Completed in 109 milliseconds