Home
last modified time | relevance | path

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

/openbsd/usr.bin/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.c1095 shutdown(s, SHUT_RD); in s_client_main()
1323 shutdown(SSL_get_fd(con), SHUT_RD); in s_client_main()
1583 shutdown(SSL_get_fd(con), SHUT_RD); in s_client_main()
H A Ds_server.c1627 shutdown(s, SHUT_RD); in sv_body()
1636 shutdown(s, SHUT_RD); in sv_body()
/openbsd/sys/sys/
H A Dsocket.h292 #define SHUT_RD 0 macro
/openbsd/usr.bin/ssh/
H A Dnchan.c406 if (shutdown(c->sock, SHUT_RD) == -1) { in chan_shutdown_read()
/openbsd/usr.bin/nc/
H A Dnetcat.c1193 shutdown(pfd[POLL_NETIN].fd, SHUT_RD); in readwrite()
1243 shutdown(pfd[POLL_NETIN].fd, SHUT_RD); in readwrite()
1248 shutdown(pfd[POLL_NETIN].fd, SHUT_RD); in readwrite()
/openbsd/sbin/dhcpleased/
H A Ddhcpleased.c258 shutdown(routesock, SHUT_RD); in main()
845 shutdown(udpsock, SHUT_RD); in configure_interface()
/openbsd/regress/sys/netinet/bindconnect/
H A Dbindconnect.c403 if (shutdown(route_sock, SHUT_RD) < 0) in main()
/openbsd/regress/sys/kern/sosplice/
H A Dfuncs.pl497 shutdown(\*STDIN, SHUT_RD)
/openbsd/sbin/unwind/
H A Dunwind.c281 shutdown(routesock, SHUT_RD); in main()
H A Dfrontend.c1726 shutdown(fd, SHUT_RD); in tcp_request()
/openbsd/sbin/slaacd/
H A Dslaacd.c216 shutdown(routesock, SHUT_RD); in main()
/openbsd/sbin/route/
H A Droute.c330 shutdown(s, SHUT_RD); /* Don't want to read back our messages */ in flushroutes()
586 shutdown(s, SHUT_RD); /* Don't want to read back our messages */ in newroute()
/openbsd/sys/kern/
H A Duipc_socket.c1285 case SHUT_RD: in soshutdown()
/openbsd/usr.sbin/syslogd/
H A Dsyslogd.c981 if (shutread && shutdown(*fdp, SHUT_RD) == -1) { in socket_bind()