Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Dclientloop.c162 static time_t server_alive_time; /* Time to do server_alive_check */ variable
488 server_alive_time = monotime() + options.server_alive_interval; in schedule_server_alive_check()
555 timeout_secs = MAXIMUM(server_alive_time - now, 0); in client_wait_until_can_do_something()
596 monotime() >= server_alive_time) { in client_wait_until_can_do_something()