Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
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()
531 if (ssh_packet_set_connection(ssh, sock, sock) == NULL) in ssh_connect_direct()
555 if ((ssh_packet_set_connection(ssh, in, out)) == NULL) in ssh_connect()
H A Dpacket.h95 struct ssh *ssh_packet_set_connection(struct ssh *, int, int);
H A Dssh_api.c95 if ((ssh = ssh_packet_set_connection(NULL, -1, -1)) == NULL) in ssh_init()
H A Dssh-keyscan.c540 if ((c->c_ssh = ssh_packet_set_connection(NULL, s, s)) == NULL) in congreet()
H A Dsshd.c2156 if ((ssh = ssh_packet_set_connection(NULL, sock_in, sock_out)) == NULL)
H A Dssh.c1535 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