Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dsshd.c584 static time_t last_drop, first_drop; in drop_connection() local
597 if (last_drop != 0 && in drop_connection()
603 last_drop = 0; in drop_connection()
609 if (last_drop == 0) { in drop_connection()
614 } else if (last_drop + SSHD_MAXSTARTUPS_LOG_INTERVAL < now) { in drop_connection()
621 last_drop = now; in drop_connection()