Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Dsshd.c852 static time_t last_drop, first_drop; local
860 if (last_drop != 0 &&
866 last_drop = 0;
872 if (last_drop == 0) {
877 } else if (last_drop + SSHD_MAXSTARTUPS_LOG_INTERVAL < now) {
884 last_drop = now;