Home
last modified time | relevance | path

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

/openbsd/usr.bin/ssh/
H A Dsrclimit.c424 if (penalty_secs > penalty_cfg.penalty_min) in srclimit_penalise()
445 if (existing->expiry - now > penalty_cfg.penalty_min && in srclimit_penalise()
H A Dservconf.h82 int penalty_min; member
H A Dservconf.c160 options->per_source_penalty.penalty_min = -1; in initialize_server_options()
415 if (options->per_source_penalty.penalty_min == -1) in fill_default_server_options()
416 options->per_source_penalty.penalty_min = 15; in fill_default_server_options()
2034 intptr = &options->per_source_penalty.penalty_min; in process_server_config_line_depth()
3312 o->per_source_penalty.penalty_min, in dump_config()