Home
last modified time | relevance | path

Searched refs:first_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
602 fmt_timeframe(now - first_drop), ndropped); in drop_connection()
612 first_drop = now; in drop_connection()
618 fmt_timeframe(now - first_drop), ndropped + 1); in drop_connection()