Searched refs:ssh_packet_set_connection (Results 1 – 9 of 9) sorted by relevance
| /freebsd/crypto/openssh/ |
| H A D | packet.h | 98 struct ssh *ssh_packet_set_connection(struct ssh *, int, int);
|
| H A D | sshconnect.c | 215 if (ssh_packet_set_connection(ssh, sock, sock) == NULL) in ssh_proxy_fdpass_connect() 298 if (ssh_packet_set_connection(ssh, pout[0], pin[1]) == NULL) in ssh_proxy_connect() 577 if (ssh_packet_set_connection(ssh, sock, sock) == NULL) in ssh_connect_direct() 601 if ((ssh_packet_set_connection(ssh, in, out)) == NULL) in ssh_connect()
|
| H A D | sshd-auth.c | 608 if ((ssh = ssh_packet_set_connection(NULL, sock_in, sock_out)) == NULL) in main()
|
| H A D | ssh_api.c | 101 if ((ssh = ssh_packet_set_connection(NULL, -1, -1)) == NULL) in ssh_init()
|
| H A D | ssh-keyscan.c | 528 if ((c->c_ssh = ssh_packet_set_connection(NULL, s, s)) == NULL) in congreet()
|
| H A D | sshd-session.c | 1159 if ((ssh = ssh_packet_set_connection(NULL, sock_in, sock_out)) == NULL) in main()
|
| H A D | ssh_namespace.h | 760 #define ssh_packet_set_connection Fssh_ssh_packet_set_connection macro
|
| H A D | ssh.c | 1654 if (ssh_packet_set_connection(ssh, sock, sock) == NULL) in main()
|
| H A D | packet.c | 301 ssh_packet_set_connection(struct ssh *ssh, int fd_in, int fd_out) in ssh_packet_set_connection() function
|