Searched refs:SHUT_WR (Results 1 – 5 of 5) sorted by relevance
114 ok (shutdown(LEFT, SHUT_WR), "shutdown left for writing");
224 #define SHUT_WR 1 macro
453 shutdown(fdin, SHUT_WR); /* We will no longer send. */ in process_output()613 shutdown(fdin, SHUT_WR); /* We will no longer send. */ in server_loop()
487 if (shutdown(c->sock, SHUT_WR) < 0) in chan_shutdown_write()
647 shutdown(nfd, SHUT_WR); in readwrite()