/freebsd/tools/regression/poll/14/ |
H A D | sockpoll.out | 8 ok 7 state after shutdown(SHUT_WR): expected POLLOUT; got POLLOUT 9 ok 8 state other side after shutdown(SHUT_WR): expected POLLIN | POLLOUT; got POLLIN | POLLOUT 18 not ok 17 state after shutdown(SHUT_WR): expected POLLHUP; got POLLIN | POLLHUP 19 ok 18 state other side after shutdown(SHUT_WR): expected POLLIN | POLLOUT; got POLLIN | POLLOUT 22 ok 21 state other side after shutdown(SHUT_WR): expected POLLIN | POLLOUT | POLLRDHUP; got POLL…
|
/freebsd/tools/regression/poll/l/ |
H A D | sockpoll.out | 8 ok 7 state after shutdown(SHUT_WR): expected POLLOUT; got POLLOUT 9 ok 8 state other side after shutdown(SHUT_WR): expected POLLIN | POLLOUT; got POLLIN | POLLOUT 18 not ok 17 state after shutdown(SHUT_WR): expected POLLHUP; got POLLIN | POLLOUT | POLLHUP 19 not ok 18 state other side after shutdown(SHUT_WR): expected POLLIN | POLLOUT; got POLLIN | POLLOUT… 22 not ok 21 state other side after shutdown(SHUT_WR): expected POLLIN | POLLOUT | POLLRDHUP; got POLL…
|
/freebsd/tools/regression/sockets/sigpipe/ |
H A D | sigpipe.c | 121 if (shutdown(sock2, SHUT_WR) < 0) in test_send_wantsignal() 140 if (shutdown(sock2, SHUT_WR) < 0) in test_send_dontsignal() 155 if (shutdown(sock2, SHUT_WR) < 0) in test_write_wantsignal() 174 if (shutdown(sock2, SHUT_WR) < 0) in test_write_dontsignal()
|
/freebsd/tools/regression/poll/ |
H A D | sockpoll.c | 154 if (shutdown(fd[0], SHUT_WR) == -1) in main() 182 if (shutdown(fd[1], SHUT_WR) == -1) in main() 210 if (shutdown(fd[0], SHUT_WR) == -1) in main() 234 if (shutdown(fd[0], SHUT_WR) == -1) in main()
|
/freebsd/sys/sys/ |
H A D | socket.h | 638 SHUT_WR, /* shut down the writing side */ enumerator 639 #define SHUT_WR SHUT_WR macro
|
/freebsd/crypto/heimdal/lib/roken/ |
H A D | roken-common.h | 267 #ifndef SHUT_WR 268 #define SHUT_WR 1 macro
|
/freebsd/tools/regression/sockets/shutdown/ |
H A D | shutdown.c | 100 if (shutdown(connect_sock, SHUT_WR) < 0) in main()
|
/freebsd/crypto/openssh/ |
H A D | defines.h | 34 SHUT_WR, /* No more transmissions. */ enumerator 38 # define SHUT_WR SHUT_WR macro
|
H A D | nchan.c | 387 if (shutdown(c->sock, SHUT_WR) == -1) { in chan_shutdown_write()
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | util-internal.h | 162 #ifdef SHUT_WR 163 #define EVUTIL_SHUT_WR SHUT_WR
|
/freebsd/contrib/libevent/ |
H A D | util-internal.h | 162 #ifdef SHUT_WR 163 #define EVUTIL_SHUT_WR SHUT_WR
|
/freebsd/crypto/openssl/util/perl/TLSProxy/ |
H A D | Proxy.pm | 402 $client_sock->shutdown(SHUT_WR); 412 $server_sock->shutdown(SHUT_WR);
|
/freebsd/contrib/openbsm/bin/auditdistd/ |
H A D | proto_common.c | 204 if (shutdown(sock, SHUT_WR) == -1) in proto_common_recv()
|
/freebsd/sbin/hastd/ |
H A D | proto_common.c | 204 if (shutdown(sock, SHUT_WR) == -1) in proto_common_recv()
|
/freebsd/usr.sbin/rpc.tlsservd/ |
H A D | rpc.tlscommon.c | 225 shutdown(slp->s, SHUT_WR); in rpctls_checkcrl()
|
H A D | rpc.tlsservd.c | 548 shutdown(slp->s, SHUT_WR); in rpctlssd_disconnect_2_svc()
|
/freebsd/sys/netipsec/ |
H A D | keysock.c | 327 case SHUT_WR: in key_shutdown()
|
/freebsd/contrib/libpcap/ |
H A D | sockutils.c | 78 #define SHUT_WR SD_SEND /* The control code for shutdown() is different in Win32 */ macro 878 if (shutdown(sock, SHUT_WR)) in sock_close()
|
/freebsd/sys/rpc/ |
H A D | svc.c | 205 soshutdown(xprt->xp_socket, SHUT_WR); in svcpool_cleanup() 392 soshutdown(xprt->xp_socket, SHUT_WR); in xprt_unregister() 1101 soshutdown(xprt->xp_socket, SHUT_WR); in svc_checkidle()
|
/freebsd/bin/cat/ |
H A D | cat.c | 503 if (shutdown(fd, SHUT_WR) != 0) in udom_open()
|
/freebsd/usr.sbin/rpc.tlsclntd/ |
H A D | rpc.tlsclntd.c | 364 shutdown(slp->s, SHUT_WR); in rpctlscd_disconnect_2_svc()
|
/freebsd/contrib/netcat/ |
H A D | netcat.c | 952 shutdown(pfd[POLL_NETOUT].fd, SHUT_WR); in readwrite() 1038 shutdown(pfd[POLL_NETOUT].fd, SHUT_WR); in readwrite()
|
/freebsd/crypto/openssh/regress/ |
H A D | netcat.c | 871 shutdown(pfd[POLL_NETOUT].fd, SHUT_WR); in readwrite() 953 shutdown(pfd[POLL_NETOUT].fd, SHUT_WR); in readwrite()
|
/freebsd/usr.sbin/prometheus_sysctl_exporter/ |
H A D | prometheus_sysctl_exporter.c | 698 if (shutdown(STDIN_FILENO, SHUT_WR) == 0) { in main()
|
/freebsd/sys/netinet6/ |
H A D | raw_ip6.c | 849 case SHUT_WR: in rip6_shutdown()
|