Home
last modified time | relevance | path

Searched refs:SO_NOSIGPIPE (Results 1 – 7 of 7) sorted by relevance

/xnu-12377.1.9/tests/
H A Dvsock_helpers.c204 int result = setsockopt(socket, SOL_SOCKET, SO_NOSIGPIPE, &on, sizeof(on)); in vsock_disable_sigpipe()
H A Dicmp_fragmented_payload.c190 if (setsockopt(pcb->fd, SOL_SOCKET, SO_NOSIGPIPE, &on, sizeof(on)) == -1) { in icmp4_pcb_open()
/xnu-12377.1.9/bsd/sys/
H A Dsocket.h174 #define SO_NOSIGPIPE 0x1022 /* APPLE: No SIGPIPE on EPIPE */ macro
/xnu-12377.1.9/bsd/netinet/
H A Dmptcp_usrreq.c1409 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 Dmptcp_subr.c1654 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 Dkern_descrip.c2949 SOL_SOCKET, SO_NOSIGPIPE, &tmp, sizeof(tmp)); in sys_fcntl_nocancel()
2972 SOL_SOCKET, SO_NOSIGPIPE, retval, &retsize); in sys_fcntl_nocancel()
H A Duipc_socket.c4959 case SO_NOSIGPIPE: in sosetoptlock()
5976 case SO_NOSIGPIPE: in sogetoptlock()