Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dpacket.h104 int ssh_packet_get_connection_out(struct ssh *);
H A Dkex.c1227 if (atomicio(vwrite, ssh_packet_get_connection_out(ssh), in send_error()
1229 atomicio(vwrite, ssh_packet_get_connection_out(ssh), in send_error()
1267 if (atomicio(vwrite, ssh_packet_get_connection_out(ssh), in kex_exchange_identification()
H A Dsshd-session.c350 if (ssh_packet_get_connection_out(ssh) != STDOUT_FILENO && in privsep_preauth()
351 dup2(ssh_packet_get_connection_out(ssh), in privsep_preauth()
H A Dserverloop.c355 connection_out = ssh_packet_get_connection_out(ssh); in server_loop2()
H A Dsession.c1452 ssh_packet_get_connection_out(ssh)) in child_close_fds()
1456 close(ssh_packet_get_connection_out(ssh)); in child_close_fds()
H A Dssh_namespace.h687 #define ssh_packet_get_connection_out Fssh_ssh_packet_get_connection_out macro
H A Dclientloop.c1507 connection_out = ssh_packet_get_connection_out(ssh); in client_loop()
H A Dpacket.c509 ssh_packet_get_connection_out(struct ssh *ssh) in ssh_packet_get_connection_out() function