Searched refs:SO_NOSIGPIPE (Results 1 – 7 of 7) sorted by relevance
| /xnu-12377.1.9/tests/ |
| H A D | vsock_helpers.c | 204 int result = setsockopt(socket, SOL_SOCKET, SO_NOSIGPIPE, &on, sizeof(on)); in vsock_disable_sigpipe()
|
| H A D | icmp_fragmented_payload.c | 190 if (setsockopt(pcb->fd, SOL_SOCKET, SO_NOSIGPIPE, &on, sizeof(on)) == -1) { in icmp4_pcb_open()
|
| /xnu-12377.1.9/bsd/sys/ |
| H A D | socket.h | 174 #define SO_NOSIGPIPE 0x1022 /* APPLE: No SIGPIPE on EPIPE */ macro
|
| /xnu-12377.1.9/bsd/netinet/ |
| H A D | mptcp_usrreq.c | 1409 case SO_NOSIGPIPE: /* MP */ in mptcp_usr_socheckopt() 1492 (mpo->mpo_name == SO_NOSIGPIPE || mpo->mpo_name == SO_NOADDRERR)) { in mptcp_setopt_apply() 2243 case SO_NOSIGPIPE: in mptcp_sopt2str()
|
| H A D | mptcp_subr.c | 1654 smpo.mpo_name = SO_NOSIGPIPE; in mptcp_subflow_socreate() 1692 (mpo->mpo_name == SO_NOSIGPIPE || in mptcp_subflow_socreate()
|
| /xnu-12377.1.9/bsd/kern/ |
| H A D | kern_descrip.c | 2949 SOL_SOCKET, SO_NOSIGPIPE, &tmp, sizeof(tmp)); in sys_fcntl_nocancel() 2972 SOL_SOCKET, SO_NOSIGPIPE, retval, &retsize); in sys_fcntl_nocancel()
|
| H A D | uipc_socket.c | 4959 case SO_NOSIGPIPE: in sosetoptlock() 5976 case SO_NOSIGPIPE: in sogetoptlock()
|