Searched refs:ssh_packet_set_timeout (Results 1 – 5 of 5) sorted by relevance
/dflybsd-src/crypto/openssh/ |
H A D | packet.h | 96 void ssh_packet_set_timeout(struct ssh *, int, int);
|
H A D | ssh-keyscan.c | 536 ssh_packet_set_timeout(c->c_ssh, timeout, 1); in congreet()
|
H A D | sshd-session.c | 1361 ssh_packet_set_timeout(ssh, options.client_alive_interval, in main()
|
H A D | ssh.c | 1642 ssh_packet_set_timeout(ssh, options.server_alive_interval, in main()
|
H A D | packet.c | 330 ssh_packet_set_timeout(struct ssh *ssh, int timeout, int count) in ssh_packet_set_timeout() function
|