Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dlog.h103 void log_ratelimit_init(struct log_ratelimit_ctx *rl, u_int threshold,
H A Dlog.c528 log_ratelimit_init(struct log_ratelimit_ctx *rl, u_int threshold, in log_ratelimit_init() function
H A Dsshd.c619 log_ratelimit_init(&ratelimit_maxstartups, 4, 60, 20, 5*60); in drop_connection()
620 log_ratelimit_init(&ratelimit_penalty, 8, 60, 30, 2*60); in drop_connection()
H A Dssh_namespace.h412 #define log_ratelimit_init Fssh_log_ratelimit_init macro