Home
last modified time | relevance | path

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

/xnu-11215/bsd/sys/
H A Dsocket.h174 #define SO_NOSIGPIPE 0x1022 /* APPLE: No SIGPIPE on EPIPE */ macro
/xnu-11215/tests/
H A Dicmp_fragmented_payload.c190 if (setsockopt(pcb->fd, SOL_SOCKET, SO_NOSIGPIPE, &on, sizeof(on)) == -1) { in icmp4_pcb_open()
H A Dvsock.c161 int result = setsockopt(socket, SOL_SOCKET, SO_NOSIGPIPE, &on, sizeof(on)); in vsock_disable_sigpipe()
/xnu-11215/bsd/netinet/
H A Dmptcp_usrreq.c1407 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 Dmptcp_subr.c1640 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 Dkern_descrip.c2940 SOL_SOCKET, SO_NOSIGPIPE, &tmp, sizeof(tmp)); in sys_fcntl_nocancel()
2963 SOL_SOCKET, SO_NOSIGPIPE, retval, &retsize); in sys_fcntl_nocancel()
H A Duipc_socket.c5080 case SO_NOSIGPIPE: in sosetoptlock()
6056 case SO_NOSIGPIPE: in sogetoptlock()