Searched refs:ssh_packet_get_connection_out (Results 1 – 6 of 6) sorted by relevance
101 int ssh_packet_get_connection_out(struct ssh *);
1224 if (atomicio(vwrite, ssh_packet_get_connection_out(ssh), in send_error()1226 atomicio(vwrite, ssh_packet_get_connection_out(ssh), in send_error()1264 if (atomicio(vwrite, ssh_packet_get_connection_out(ssh), in kex_exchange_identification()
334 connection_out = ssh_packet_get_connection_out(ssh); in server_loop2()
1466 ssh_packet_get_connection_out(ssh)) in child_close_fds()1470 close(ssh_packet_get_connection_out(ssh)); in child_close_fds()
1497 connection_out = ssh_packet_get_connection_out(ssh); in client_loop()
504 ssh_packet_get_connection_out(struct ssh *ssh) in ssh_packet_get_connection_out() function