Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/apps/openssl/
H A Ds_socket.c151 shutdown(accept_socket, SHUT_RD); in do_server()
215 shutdown(s, SHUT_RD); in init_server_long()
H A Ds_client.c1156 shutdown(s, SHUT_RD); in s_client_main()
1385 shutdown(SSL_get_fd(con), SHUT_RD); in s_client_main()
1645 shutdown(SSL_get_fd(con), SHUT_RD); in s_client_main()
H A Ds_server.c1688 shutdown(s, SHUT_RD); in sv_body()
1697 shutdown(s, SHUT_RD); in sv_body()
/dragonfly/crypto/openssh/
H A Ddefines.h33 SHUT_RD = 0, /* No more receptions. */ enumerator
37 # define SHUT_RD SHUT_RD macro
H A Dnchan.c413 if (shutdown(c->sock, SHUT_RD) == -1 && errno != ENOTCONN) { in chan_shutdown_read()
/dragonfly/usr.sbin/rtsold/
H A Dprobe.c87 if (shutdown(probesock, SHUT_RD)) { in probe_init()
/dragonfly/bin/cat/
H A Dcat.c320 if (shutdown(fd, SHUT_RD) == -1) in udom_open()
/dragonfly/sys/sys/
H A Dsocket.h527 #define SHUT_RD 0 /* shut down the reading side */ macro
/dragonfly/sys/net/ipfw3_basic/
H A Dip_fw3_sync.c227 soshutdown(fw3_sync_ctx.edge_sock, SHUT_RD); in ip_fw3_sync_edge_socket_handler()
/dragonfly/crypto/libressl/apps/nc/
H A Dnetcat.c1236 shutdown(pfd[POLL_NETIN].fd, SHUT_RD); in readwrite()
1286 shutdown(pfd[POLL_NETIN].fd, SHUT_RD); in readwrite()
1291 shutdown(pfd[POLL_NETIN].fd, SHUT_RD); in readwrite()
/dragonfly/sys/kern/
H A Dsys_pipe.c1134 case SHUT_RD: in pipe_shutdown()
1148 if (how == SHUT_RD) in pipe_shutdown()
H A Duipc_socket.c1950 if (!(how == SHUT_RD || how == SHUT_WR || how == SHUT_RDWR)) in soshutdown()
1958 if (how != SHUT_RD) in soshutdown()
/dragonfly/sys/dev/disk/iscsi/initiator/
H A Disc_soc.c645 soshutdown(sp->soc, SHUT_RD); in isc_stop_receiver()
/dragonfly/sbin/route/
H A Droute.c236 shutdown(s, SHUT_RD); /* Don't want to read back our messages */ in flushroutes()
603 shutdown(s, SHUT_RD); /* Don't want to read back our messages */ in newroute()
/dragonfly/sbin/devd/
H A Ddevd.cc935 shutdown(s.fd, SHUT_RD); in new_client()
/dragonfly/sbin/natd/
H A Dnatd.c279 shutdown(icmpSock, SHUT_RD); in main()
/dragonfly/usr.sbin/syslogd/
H A Dsyslogd.c545 if (shutdown(finet[i+1], SHUT_RD) < 0) { in main()