Home
last modified time | relevance | path

Searched refs:SHUT_RD (Results 1 – 25 of 39) sorted by relevance

12

/freebsd/tools/regression/poll/14/
H A Dsockpoll.out16 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 Dsockpoll.out16 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 Dshutdown.c92 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 Dsocket.h636 SHUT_RD = 0, /* shut down the reading side */ enumerator
637 #define SHUT_RD SHUT_RD macro
/freebsd/tools/regression/poll/
H A Dsockpoll.c202 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 Dunix_sorflush.c63 if (shutdown(s, SHUT_RD) < 0) in shutdown_and_exit()
/freebsd/crypto/heimdal/lib/roken/
H A Droken-common.h263 #ifndef SHUT_RD
264 #define SHUT_RD 0 macro
/freebsd/tests/sys/kern/
H A Dshutdown_dgram.c76 ATF_REQUIRE(shutdown(s, SHUT_RD) == -1); in shutdown_thread()
H A Dunix_passfd_test.c433 shutdown(fd[1], SHUT_RD); in ATF_TC_BODY()
/freebsd/crypto/openssh/
H A Ddefines.h33 SHUT_RD = 0, /* No more receptions. */ enumerator
37 # define SHUT_RD SHUT_RD macro
H A Dnchan.c415 if (shutdown(c->sock, SHUT_RD) == -1 && errno != ENOTCONN) { in chan_shutdown_read()
/freebsd/contrib/ntp/sntp/libevent/
H A Dutil-internal.h157 #ifdef SHUT_RD
158 #define EVUTIL_SHUT_RD SHUT_RD
/freebsd/contrib/libevent/
H A Dutil-internal.h157 #ifdef SHUT_RD
158 #define EVUTIL_SHUT_RD SHUT_RD
/freebsd/contrib/openbsm/bin/auditdistd/
H A Dproto_common.c105 if (shutdown(sock, SHUT_RD) == -1) in proto_common_send()
/freebsd/sbin/hastd/
H A Dproto_common.c105 if (shutdown(sock, SHUT_RD) == -1) in proto_common_send()
/freebsd/sys/netipsec/
H A Dkeysock.c319 case SHUT_RD: in key_shutdown()
/freebsd/bin/cat/
H A Dcat.c508 if (shutdown(fd, SHUT_RD) != 0) in udom_open()
/freebsd/contrib/bsnmp/snmpd/
H A Dtrap.c121 (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 Dhttp_server.c88 (void)shutdown(acfd, SHUT_RD); in socket_timeout()
/freebsd/sys/rpc/rpcsec_tls/
H A Drpctls_impl.c232 soshutdown(so, SHUT_RD); in rpctls_rpc_failed()
/freebsd/contrib/netcat/
H A Dnetcat.c964 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 Dnetcat.c883 shutdown(pfd[POLL_NETIN].fd, SHUT_RD); in readwrite()
922 shutdown(pfd[POLL_NETIN].fd, SHUT_RD); in readwrite()
/freebsd/sys/netinet6/
H A Draw_ip6.c843 case SHUT_RD: in rip6_shutdown()
/freebsd/usr.sbin/rpc.tlsservd/
H A Drpc.tlsservd.c573 shutdown(slp->s, SHUT_RD); in rpctls_cleanup_term()
/freebsd/sbin/route/
H A Droute.c433 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()

12