Home
last modified time | relevance | path

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

/external/openssh/
Dserverloop.c230 static time_t last_client_time; in wait_until_can_do_something() local
303 if (ret == 0 || (last_client_time != 0 && last_client_time + in wait_until_can_do_something()
306 last_client_time = now; in wait_until_can_do_something()
308 last_client_time = now; in wait_until_can_do_something()