Searched refs:ssh_packet_get_connection_out (Results 1 – 7 of 7) sorted by relevance
101 int ssh_packet_get_connection_out(struct ssh *);
1474 if (atomicio(vwrite, ssh_packet_get_connection_out(ssh), in send_error()1476 atomicio(vwrite, ssh_packet_get_connection_out(ssh), in send_error()1514 if (atomicio(vwrite, ssh_packet_get_connection_out(ssh), in kex_exchange_identification()
355 connection_out = ssh_packet_get_connection_out(ssh); in server_loop2()
1494 ssh_packet_get_connection_out(ssh)) in child_close_fds()1498 close(ssh_packet_get_connection_out(ssh)); in child_close_fds()
675 #define ssh_packet_get_connection_out Fssh_ssh_packet_get_connection_out macro
1498 connection_out = ssh_packet_get_connection_out(ssh); in client_loop()
505 ssh_packet_get_connection_out(struct ssh *ssh) in ssh_packet_get_connection_out() function