/freebsd/tools/regression/poll/14/ |
H A D | sockpoll.out | 16 ok 15 state after shutdown(SHUT_RD): expected POLLIN | POLLOUT; got POLLIN | POLLOUT 17 ok 16 state other side after shutdown(SHUT_RD): expected POLLOUT; got POLLOUT 20 ok 19 state other side after shutdown(SHUT_RD): expected POLLOUT; got POLLOUT
|
/freebsd/tools/regression/poll/l/ |
H A D | sockpoll.out | 16 ok 15 state after shutdown(SHUT_RD): expected POLLIN | POLLOUT; got POLLIN | POLLOUT 17 ok 16 state other side after shutdown(SHUT_RD): expected POLLOUT; got POLLOUT 20 ok 19 state other side after shutdown(SHUT_RD): expected POLLOUT; got POLLOUT
|
/freebsd/tools/regression/sockets/shutdown/ |
H A D | shutdown.c | 92 if ((shutdown(connect_sock, SHUT_RD - 1) != -1) && (errno != EINVAL)) in main() 97 if (shutdown(connect_sock, SHUT_RD) < 0) in main()
|
/freebsd/sys/sys/ |
H A D | socket.h | 636 SHUT_RD = 0, /* shut down the reading side */ enumerator 637 #define SHUT_RD SHUT_RD macro
|
/freebsd/tools/regression/poll/ |
H A D | sockpoll.c | 202 if (shutdown(fd[0], SHUT_RD) == -1) in main() 224 if (shutdown(fd[0], SHUT_RD) == -1) in main()
|
/freebsd/tools/regression/sockets/unix_sorflush/ |
H A D | unix_sorflush.c | 63 if (shutdown(s, SHUT_RD) < 0) in shutdown_and_exit()
|
/freebsd/crypto/heimdal/lib/roken/ |
H A D | roken-common.h | 263 #ifndef SHUT_RD 264 #define SHUT_RD 0 macro
|
/freebsd/tests/sys/kern/ |
H A D | shutdown_dgram.c | 76 ATF_REQUIRE(shutdown(s, SHUT_RD) == -1); in shutdown_thread()
|
H A D | unix_passfd_test.c | 433 shutdown(fd[1], SHUT_RD); in ATF_TC_BODY()
|
/freebsd/crypto/openssh/ |
H A D | defines.h | 33 SHUT_RD = 0, /* No more receptions. */ enumerator 37 # define SHUT_RD SHUT_RD macro
|
H A D | nchan.c | 415 if (shutdown(c->sock, SHUT_RD) == -1 && errno != ENOTCONN) { in chan_shutdown_read()
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | util-internal.h | 157 #ifdef SHUT_RD 158 #define EVUTIL_SHUT_RD SHUT_RD
|
/freebsd/contrib/libevent/ |
H A D | util-internal.h | 157 #ifdef SHUT_RD 158 #define EVUTIL_SHUT_RD SHUT_RD
|
/freebsd/contrib/openbsm/bin/auditdistd/ |
H A D | proto_common.c | 105 if (shutdown(sock, SHUT_RD) == -1) in proto_common_send()
|
/freebsd/sbin/hastd/ |
H A D | proto_common.c | 105 if (shutdown(sock, SHUT_RD) == -1) in proto_common_send()
|
/freebsd/sys/netipsec/ |
H A D | keysock.c | 319 case SHUT_RD: in key_shutdown()
|
/freebsd/bin/cat/ |
H A D | cat.c | 508 if (shutdown(fd, SHUT_RD) != 0) in udom_open()
|
/freebsd/contrib/bsnmp/snmpd/ |
H A D | trap.c | 121 (void)shutdown(t->socket, SHUT_RD); in trapsink_create() 721 (void)shutdown(addrs->socket, SHUT_RD); in target_activate_address()
|
/freebsd/crypto/openssl/apps/lib/ |
H A D | http_server.c | 88 (void)shutdown(acfd, SHUT_RD); in socket_timeout()
|
/freebsd/sys/rpc/rpcsec_tls/ |
H A D | rpctls_impl.c | 232 soshutdown(so, SHUT_RD); in rpctls_rpc_failed()
|
/freebsd/contrib/netcat/ |
H A D | netcat.c | 964 shutdown(pfd[POLL_NETIN].fd, SHUT_RD); in readwrite() 1003 shutdown(pfd[POLL_NETIN].fd, SHUT_RD); in readwrite()
|
/freebsd/crypto/openssh/regress/ |
H A D | netcat.c | 883 shutdown(pfd[POLL_NETIN].fd, SHUT_RD); in readwrite() 922 shutdown(pfd[POLL_NETIN].fd, SHUT_RD); in readwrite()
|
/freebsd/sys/netinet6/ |
H A D | raw_ip6.c | 843 case SHUT_RD: in rip6_shutdown()
|
/freebsd/usr.sbin/rpc.tlsservd/ |
H A D | rpc.tlsservd.c | 573 shutdown(slp->s, SHUT_RD); in rpctls_cleanup_term()
|
/freebsd/sbin/route/ |
H A D | route.c | 433 shutdown(s, SHUT_RD); /* Don't want to read back our messages */ in flushroutes() 865 shutdown(s, SHUT_RD); /* Don't want to read back our messages */ in newroute()
|