Home
last modified time | relevance | path

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

/dragonfly/tools/regression/sockets/sigpipe/
H A Dsigpipe.c133 #ifdef SO_NOSIGPIPE
140 if (setsockopt(sock2, SOL_SOCKET, SO_NOSIGPIPE, &i, sizeof(i)) < 0) in test_send_dontsignal()
167 #ifdef SO_NOSIGPIPE
174 if (setsockopt(sock2, SOL_SOCKET, SO_NOSIGPIPE, &i, sizeof(i)) < 0) in test_write_dontsignal()
264 #ifndef SO_NOSIGPIPE in main()
276 #ifdef SO_NOSIGPIPE in main()
288 #ifdef SO_NOSIGPIPE in main()
303 #ifdef SO_NOSIGPIPE in main()
313 #ifdef SO_NOSIGPIPE in main()
/dragonfly/contrib/tnftp/src/
H A Dssl.c270 #if defined(SO_NOSIGPIPE) || defined(TCP_NOPUSH) in fetch_fdopen()
280 #ifdef SO_NOSIGPIPE in fetch_fdopen()
281 setsockopt(sd, SOL_SOCKET, SO_NOSIGPIPE, &opt, sizeof(opt)); in fetch_fdopen()
/dragonfly/sys/kern/
H A Dsys_socket.c116 !(so->so_options & SO_NOSIGPIPE) && in soo_write()
H A Duipc_socket.c2154 case SO_NOSIGPIPE: in sosetopt()
2364 case SO_NOSIGPIPE: in sogetopt()
H A Duipc_syscalls.c807 !(so->so_options & SO_NOSIGPIPE)) in kern_sendmsg()
/dragonfly/lib/libc/resolv/
H A Dres_send.c635 #ifdef SO_NOSIGPIPE
691 #ifdef SO_NOSIGPIPE
699 (void)_setsockopt(statp->_vcsock, SOL_SOCKET, SO_NOSIGPIPE, &on,
/dragonfly/sys/sys/
H A Dsocket.h128 #define SO_NOSIGPIPE 0x0800 /* no SIGPIPE from EPIPE */ macro
/dragonfly/lib/libfetch/
H A Dcommon.c286 setsockopt(sd, SOL_SOCKET, SO_NOSIGPIPE, &opt, sizeof opt); in fetch_reopen()