Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/ftp/
H A Dssl.c261 #if defined(SO_NOSIGPIPE) || defined(TCP_NOPUSH) in fetch_fdopen()
271 #ifdef SO_NOSIGPIPE in fetch_fdopen()
272 setsockopt(sd, SOL_SOCKET, SO_NOSIGPIPE, &opt, sizeof(opt)); in fetch_fdopen()
/netbsd-src/sys/sys/
H A Dsocket.h132 #define SO_NOSIGPIPE 0x0800 /* no SIGPIPE from EPIPE */ macro
140 SO_NOSIGPIPE|SO_TIMESTAMP|SO_RERROR)
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/sys/
H A Dsocket.d642 SO_NOSIGPIPE = 0x1022, // non-standard
801 SO_NOSIGPIPE = 0x0800, // non-standard
963 SO_NOSIGPIPE = 0x0800, /* no SIGPIPE from EPIPE */
1227 SO_NOSIGPIPE = 0x0800, // non-standard
/netbsd-src/external/bsd/libbind/dist/resolv/
H A Dres_send.c606 #ifdef SO_NOSIGPIPE in send_vc()
654 #ifdef SO_NOSIGPIPE in send_vc()
662 (void)setsockopt(statp->_vcsock, SOL_SOCKET, SO_NOSIGPIPE, &on, in send_vc()
/netbsd-src/lib/libc/resolv/
H A Dres_send.c673 #if defined(SO_NOSIGPIPE) && SOCK_NOSIGPIPE == 0 in send_vc()
727 #if defined(SO_NOSIGPIPE) && SOCK_NOSIGPIPE == 0 in send_vc()
735 (void)setsockopt(statp->_vcsock, SOL_SOCKET, SO_NOSIGPIPE, &on, in send_vc()
/netbsd-src/usr.sbin/puffs/mount_9p/
H A Dninepuffs.c103 ret = setsockopt(s, SOL_SOCKET, SO_NOSIGPIPE, &opt, sizeof(opt)); in serverconnect()
/netbsd-src/sys/kern/
H A Duipc_syscalls.c1176 if (so->so_options & SO_NOSIGPIPE) in sys_setsockopt()
1218 so->so_options |= SO_NOSIGPIPE; in getsockopt()
1220 so->so_options &= ~SO_NOSIGPIPE; in getsockopt()
H A Duipc_socket.c1782 case SO_NOSIGPIPE: in sosetopt1()
1974 case SO_NOSIGPIPE: in sogetopt1()
/netbsd-src/external/mpl/dhcp/dist/omapip/
H A Dconnection.c214 #ifdef SO_NOSIGPIPE in omapi_connect_list()
220 if (setsockopt(obj->socket, SOL_SOCKET, SO_NOSIGPIPE, in omapi_connect_list()
/netbsd-src/external/mit/libuv/dist/src/unix/
H A Dcore.c488 #if defined(SO_NOSIGPIPE) in uv__socket()
491 setsockopt(sockfd, SOL_SOCKET, SO_NOSIGPIPE, &on, sizeof(on)); in uv__socket()
/netbsd-src/usr.bin/kdump/
H A Dkdump.c642 CASERETURN(SO_NOSIGPIPE); in sockoptname()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dsocket.d2623 static if (is(typeof(SO_NOSIGPIPE)))
2625 setOption(SocketOptionLevel.SOCKET, cast(SocketOption) SO_NOSIGPIPE, true);
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dsocket.d2667 static if (is(typeof(SO_NOSIGPIPE)))
2669 setOption(SocketOptionLevel.SOCKET, cast(SocketOption) SO_NOSIGPIPE, true);
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/unix/
H A Dsocket.c2174 #if defined(USE_CMSG) || defined(SO_NOSIGPIPE) in opensocket()
2331 #ifdef SO_NOSIGPIPE in opensocket()
2332 if (setsockopt(sock->fd, SOL_SOCKET, SO_NOSIGPIPE, (void *)&on, in opensocket()