Home
last modified time | relevance | path

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

/openbsd/usr.bin/ssh/
H A Dsrclimit.c443 if (existing->expiry - now > penalty_cfg.penalty_max) in srclimit_penalise()
444 existing->expiry = now + penalty_cfg.penalty_max; in srclimit_penalise()
H A Dservconf.h81 int penalty_max; member
H A Dservconf.c159 options->per_source_penalty.penalty_max = -1; in initialize_server_options()
417 if (options->per_source_penalty.penalty_max == -1) in fill_default_server_options()
418 options->per_source_penalty.penalty_max = 600; in fill_default_server_options()
2031 intptr = &options->per_source_penalty.penalty_max; in process_server_config_line_depth()
3311 o->per_source_penalty.penalty_max, in dump_config()