ssh_packet_set_connection
struct ssh *ssh_packet_set_connection(struct ssh *, int, int);
if ((c->c_ssh = ssh_packet_set_connection(NULL, s, s)) == NULL)
ssh_packet_set_connection(ssh, sock, sock);
if ((ssh = ssh_packet_set_connection(NULL, -1, -1)) == NULL)
if (ssh_packet_set_connection(ssh, sock, sock) == NULL)
if (ssh_packet_set_connection(ssh, pout[0], pin[1]) == NULL)
if (ssh_packet_set_connection(ssh, sock, sock) == NULL)
if ((ssh_packet_set_connection(ssh, in, out)) == NULL)
if ((ssh = ssh_packet_set_connection(NULL, sock_in, sock_out)) == NULL)
if ((ssh = ssh_packet_set_connection(NULL, sock_in, sock_out)) == NULL)