Searched refs:ssh_packet_set_connection (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/crypto/openssh/
H A Dopacket.c233 active_state = ssh_packet_set_connection(active_state, fd_in, fd_out);
235 fatal("%s: ssh_packet_set_connection failed", __func__);
H A Dpacket.h82 struct ssh *ssh_packet_set_connection(struct ssh *, int, int);
H A Dssh_api.c88 if ((ssh = ssh_packet_set_connection(NULL, -1, -1)) == NULL)
H A Dssh_namespace.h704 #define ssh_packet_set_connection Fssh_ssh_packet_set_connection macro
H A Dssh-keyscan.c516 if ((c->c_ssh = ssh_packet_set_connection(NULL, s, s)) == NULL)
517 fatal("ssh_packet_set_connection failed");
H A Dpacket.c278 ssh_packet_set_connection(struct ssh *ssh, int fd_in, int fd_out) function

Completed in 125 milliseconds