Home
last modified time | relevance | path

Searched refs:ssh_packet_get_connection_out (Results 1 – 6 of 6) sorted by relevance

/dflybsd-src/crypto/openssh/
H A Dpacket.h101 int ssh_packet_get_connection_out(struct ssh *);
H A Dkex.c1224 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()
H A Dserverloop.c334 connection_out = ssh_packet_get_connection_out(ssh); in server_loop2()
H A Dsession.c1466 ssh_packet_get_connection_out(ssh)) in child_close_fds()
1470 close(ssh_packet_get_connection_out(ssh)); in child_close_fds()
H A Dclientloop.c1497 connection_out = ssh_packet_get_connection_out(ssh); in client_loop()
H A Dpacket.c504 ssh_packet_get_connection_out(struct ssh *ssh) in ssh_packet_get_connection_out() function