Home
last modified time | relevance | path

Searched refs:ssh_packet_set_timeout (Results 1 – 5 of 5) sorted by relevance

/dflybsd-src/crypto/openssh/
H A Dpacket.h96 void ssh_packet_set_timeout(struct ssh *, int, int);
H A Dssh-keyscan.c536 ssh_packet_set_timeout(c->c_ssh, timeout, 1); in congreet()
H A Dsshd-session.c1361 ssh_packet_set_timeout(ssh, options.client_alive_interval, in main()
H A Dssh.c1642 ssh_packet_set_timeout(ssh, options.server_alive_interval, in main()
H A Dpacket.c330 ssh_packet_set_timeout(struct ssh *ssh, int timeout, int count) in ssh_packet_set_timeout() function