Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/openssh/
H A Dsshconnect.c177 if (ssh_packet_set_connection(ssh, sock, sock) == NULL) in ssh_proxy_fdpass_connect()
252 if (ssh_packet_set_connection(ssh, pout[0], pin[1]) == NULL) in ssh_proxy_connect()
583 if (ssh_packet_set_connection(ssh, sock, sock) == NULL) in ssh_connect_direct()
598 if ((ssh_packet_set_connection(ssh, in ssh_connect()
H A Dpacket.h95 struct ssh *ssh_packet_set_connection(struct ssh *, int, int);
H A Dopacket.c216 active_state = ssh_packet_set_connection(active_state, fd_in, fd_out); in packet_set_connection()
H A Dssh_api.c88 if ((ssh = ssh_packet_set_connection(NULL, -1, -1)) == NULL) in ssh_init()
H A Dssh-keyscan.c499 if ((c->c_ssh = ssh_packet_set_connection(NULL, s, s)) == NULL) in congreet()
H A Dssh_namespace.h610 #define ssh_packet_set_connection Fssh_ssh_packet_set_connection macro
H A Dssh.c1353 ssh_packet_set_connection(ssh, sock, sock); in main()
H A Dpacket.c285 ssh_packet_set_connection(struct ssh *ssh, int fd_in, int fd_out) in ssh_packet_set_connection() function