Searched refs:SO_NOSIGPIPE (Results 1 – 14 of 14) sorted by relevance
| /netbsd-src/usr.bin/ftp/ |
| H A D | ssl.c | 261 #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 D | socket.h | 132 #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 D | socket.d | 642 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 D | res_send.c | 606 #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 D | res_send.c | 673 #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 D | ninepuffs.c | 103 ret = setsockopt(s, SOL_SOCKET, SO_NOSIGPIPE, &opt, sizeof(opt)); in serverconnect()
|
| /netbsd-src/sys/kern/ |
| H A D | uipc_syscalls.c | 1176 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 D | uipc_socket.c | 1782 case SO_NOSIGPIPE: in sosetopt1() 1974 case SO_NOSIGPIPE: in sogetopt1()
|
| /netbsd-src/external/mpl/dhcp/dist/omapip/ |
| H A D | connection.c | 214 #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 D | core.c | 488 #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 D | kdump.c | 642 CASERETURN(SO_NOSIGPIPE); in sockoptname()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
| H A D | socket.d | 2623 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 D | socket.d | 2667 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 D | socket.c | 2174 #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()
|