Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/bsd/openssh/dist/
Dpacket.h98 int ssh_packet_get_connection_out(struct ssh *);
Dkex.c1249 if (atomicio(vwrite, ssh_packet_get_connection_out(ssh), in send_error()
1251 atomicio(vwrite, ssh_packet_get_connection_out(ssh), in send_error()
1289 if (atomicio(vwrite, ssh_packet_get_connection_out(ssh), in kex_exchange_identification()
Dsshd-session.c398 if (ssh_packet_get_connection_out(ssh) != STDOUT_FILENO && in privsep_preauth()
399 dup2(ssh_packet_get_connection_out(ssh), in privsep_preauth()
Dserverloop.c352 connection_out = ssh_packet_get_connection_out(ssh); in server_loop2()
Dsession.c1300 ssh_packet_get_connection_out(ssh)) in child_close_fds()
1304 close(ssh_packet_get_connection_out(ssh)); in child_close_fds()
Dclientloop.c1502 connection_out = ssh_packet_get_connection_out(ssh); in client_loop()
Dpacket.c490 ssh_packet_get_connection_out(struct ssh *ssh) in ssh_packet_get_connection_out() function
/netbsd/src/crypto/external/bsd/openssh/lib/
Dssh.expsym461 ssh_packet_get_connection_out