Home
last modified time | relevance | path

Searched refs:ssh_packet_set_connection (Results 1 – 9 of 9) sorted by relevance

/src/crypto/openssh/
H A Dpacket.h97 struct ssh *ssh_packet_set_connection(struct ssh *, int, int);
H A Dsshconnect.c186 if (ssh_packet_set_connection(ssh, sock, sock) == NULL) in ssh_proxy_fdpass_connect()
269 if (ssh_packet_set_connection(ssh, pout[0], pin[1]) == NULL) in ssh_proxy_connect()
548 if (ssh_packet_set_connection(ssh, sock, sock) == NULL) in ssh_connect_direct()
572 if ((ssh_packet_set_connection(ssh, in, out)) == NULL) in ssh_connect()
H A Dssh_api.c101 if ((ssh = ssh_packet_set_connection(NULL, -1, -1)) == NULL) in ssh_init()
H A Dsshd-auth.c660 if ((ssh = ssh_packet_set_connection(NULL, sock_in, sock_out)) == NULL) in main()
H A Dssh-keyscan.c535 if ((c->c_ssh = ssh_packet_set_connection(NULL, s, s)) == NULL) in congreet()
H A Dsshd-session.c1210 if ((ssh = ssh_packet_set_connection(NULL, sock_in, sock_out)) == NULL) in main()
H A Dssh_namespace.h712 #define ssh_packet_set_connection Fssh_ssh_packet_set_connection macro
H A Dssh.c1676 ssh_packet_set_connection(ssh, sock, sock); in main()
H A Dpacket.c293 ssh_packet_set_connection(struct ssh *ssh, int fd_in, int fd_out) in ssh_packet_set_connection() function