Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dpacket.h101 int ssh_packet_get_connection_out(struct ssh *);
H A Dkex.c1474 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()
H A Dserverloop.c355 connection_out = ssh_packet_get_connection_out(ssh); in server_loop2()
H A Dsession.c1494 ssh_packet_get_connection_out(ssh)) in child_close_fds()
1498 close(ssh_packet_get_connection_out(ssh)); in child_close_fds()
H A Dssh_namespace.h675 #define ssh_packet_get_connection_out Fssh_ssh_packet_get_connection_out macro
H A Dclientloop.c1498 connection_out = ssh_packet_get_connection_out(ssh); in client_loop()
H A Dpacket.c505 ssh_packet_get_connection_out(struct ssh *ssh) in ssh_packet_get_connection_out() function