Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/bsd/openssh/dist/
Dlog.h82 struct log_ratelimit_ctx { struct
101 void log_ratelimit_init(struct log_ratelimit_ctx *rl, u_int threshold, argument
103 int log_ratelimit(struct log_ratelimit_ctx *rl, time_t now, int *active,
Dlog.c499 log_ratelimit_init(struct log_ratelimit_ctx *rl, u_int threshold, in log_ratelimit_init()
518 log_ratelimit(struct log_ratelimit_ctx *rl, time_t now, int *active, in log_ratelimit()
Dsshd.c590 static struct log_ratelimit_ctx ratelimit_maxstartups; in drop_connection()
591 static struct log_ratelimit_ctx ratelimit_penalty; in drop_connection()
596 struct log_ratelimit_ctx *rl = NULL; in drop_connection()