Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/ssh/
Dsrclimit.c107 if (penalty_cfg.max_sources4 < 0 || penalty_cfg.max_sources6 < 0) in srclimit_init()
283 penalty_cfg.max_sources4 : penalty_cfg.max_sources6; in srclimit_penalty_check_allow()
340 (size_t)penalty_cfg.max_sources6); in srclimit_early_expire_penalties()
405 penalty_cfg.max_sources4 : penalty_cfg.max_sources6; in srclimit_penalise()
Dservconf.h73 int max_sources6; member
Dservconf.c151 options->per_source_penalty.max_sources6 = -1; in initialize_server_options()
399 if (options->per_source_penalty.max_sources6 == -1) in fill_default_server_options()
400 options->per_source_penalty.max_sources6 = 65536; in fill_default_server_options()
2041 intptr = &options->per_source_penalty.max_sources6; in process_server_config_line_depth()
3314 o->per_source_penalty.max_sources6, in dump_config()