Searched refs:ssh_packet_set_timeout (Results 1 – 5 of 5) sorted by relevance
/external/openssh/ |
D | packet.h | 96 void ssh_packet_set_timeout(struct ssh *, int, int);
|
D | ssh-keyscan.c | 523 ssh_packet_set_timeout(c->c_ssh, timeout, 1); in congreet()
|
D | sshd.c | 2249 ssh_packet_set_timeout(ssh, options.client_alive_interval,
|
D | ssh.c | 1505 ssh_packet_set_timeout(ssh, options.server_alive_interval, in main()
|
D | packet.c | 329 ssh_packet_set_timeout(struct ssh *ssh, int timeout, int count) in ssh_packet_set_timeout() function
|