Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dpacket.h99 void ssh_packet_set_timeout(struct ssh *, int, int);
H A Dssh-keyscan.c530 ssh_packet_set_timeout(c->c_ssh, timeout, 1); in congreet()
H A Dsshd-session.c1300 ssh_packet_set_timeout(ssh, options.client_alive_interval, in main()
H A Dssh_namespace.h773 #define ssh_packet_set_timeout Fssh_ssh_packet_set_timeout macro
H A Dssh.c1698 ssh_packet_set_timeout(ssh, options.server_alive_interval, in main()
H A Dpacket.c340 ssh_packet_set_timeout(struct ssh *ssh, int timeout, int count) in ssh_packet_set_timeout() function