Searched refs:SHUT_RD (Results 1 – 16 of 16) sorted by relevance
/openbsd/usr.bin/openssl/ |
H A D | s_socket.c | 149 shutdown(accept_socket, SHUT_RD); in do_server() 213 shutdown(s, SHUT_RD); in init_server_long()
|
H A D | s_client.c | 1088 shutdown(s, SHUT_RD); in s_client_main() 1316 shutdown(SSL_get_fd(con), SHUT_RD); in s_client_main() 1576 shutdown(SSL_get_fd(con), SHUT_RD); in s_client_main()
|
H A D | s_server.c | 1624 shutdown(s, SHUT_RD); in sv_body() 1633 shutdown(s, SHUT_RD); in sv_body()
|
/openbsd/sys/sys/ |
H A D | socket.h | 294 #define SHUT_RD 0 macro
|
/openbsd/usr.bin/ssh/ |
H A D | nchan.c | 408 if (shutdown(c->sock, SHUT_RD) == -1) { in chan_shutdown_read()
|
/openbsd/usr.bin/nc/ |
H A D | netcat.c | 1189 shutdown(pfd[POLL_NETIN].fd, SHUT_RD); in readwrite() 1239 shutdown(pfd[POLL_NETIN].fd, SHUT_RD); in readwrite() 1244 shutdown(pfd[POLL_NETIN].fd, SHUT_RD); in readwrite()
|
/openbsd/regress/sys/netinet/bindconnect/ |
H A D | bindconnect.c | 403 if (shutdown(route_sock, SHUT_RD) < 0) in main()
|
/openbsd/sbin/dhcpleased/ |
H A D | dhcpleased.c | 258 shutdown(routesock, SHUT_RD); in main() 866 shutdown(udpsock, SHUT_RD); in configure_interface()
|
/openbsd/regress/sys/kern/sosplice/ |
H A D | funcs.pl | 500 shutdown(\*STDIN, SHUT_RD)
|
/openbsd/sbin/unwind/ |
H A D | unwind.c | 285 shutdown(routesock, SHUT_RD); in main()
|
H A D | frontend.c | 1754 shutdown(fd, SHUT_RD); in tcp_request()
|
/openbsd/sbin/slaacd/ |
H A D | slaacd.c | 216 shutdown(routesock, SHUT_RD); in main()
|
/openbsd/sbin/route/ |
H A D | route.c | 330 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/sbin/dhcp6leased/ |
H A D | dhcp6leased.c | 245 shutdown(routesock, SHUT_RD); in main()
|
/openbsd/sys/kern/ |
H A D | uipc_socket.c | 1248 case SHUT_RD: in soshutdown()
|
/openbsd/usr.sbin/syslogd/ |
H A D | syslogd.c | 982 if (shutread && shutdown(*fdp, SHUT_RD) == -1) { in socket_bind()
|