Searched refs:SO_NOSIGPIPE (Results 1 – 7 of 7) sorted by relevance
| /xnu-11215/bsd/sys/ |
| H A D | socket.h | 174 #define SO_NOSIGPIPE 0x1022 /* APPLE: No SIGPIPE on EPIPE */ macro
|
| /xnu-11215/tests/ |
| H A D | icmp_fragmented_payload.c | 190 if (setsockopt(pcb->fd, SOL_SOCKET, SO_NOSIGPIPE, &on, sizeof(on)) == -1) { in icmp4_pcb_open()
|
| H A D | vsock.c | 161 int result = setsockopt(socket, SOL_SOCKET, SO_NOSIGPIPE, &on, sizeof(on)); in vsock_disable_sigpipe()
|
| /xnu-11215/bsd/netinet/ |
| H A D | mptcp_usrreq.c | 1407 case SO_NOSIGPIPE: /* MP */ in mptcp_usr_socheckopt() 1490 (mpo->mpo_name == SO_NOSIGPIPE || mpo->mpo_name == SO_NOADDRERR)) { in mptcp_setopt_apply() 2239 case SO_NOSIGPIPE: in mptcp_sopt2str()
|
| H A D | mptcp_subr.c | 1640 smpo.mpo_name = SO_NOSIGPIPE; in mptcp_subflow_socreate() 1678 (mpo->mpo_name == SO_NOSIGPIPE || in mptcp_subflow_socreate()
|
| /xnu-11215/bsd/kern/ |
| H A D | kern_descrip.c | 2940 SOL_SOCKET, SO_NOSIGPIPE, &tmp, sizeof(tmp)); in sys_fcntl_nocancel() 2963 SOL_SOCKET, SO_NOSIGPIPE, retval, &retsize); in sys_fcntl_nocancel()
|
| H A D | uipc_socket.c | 5080 case SO_NOSIGPIPE: in sosetoptlock() 6056 case SO_NOSIGPIPE: in sogetoptlock()
|