Home
last modified time | relevance | path

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

/dflybsd-src/crypto/openssh/
H A Dsrclimit.c109 if (penalty_cfg.max_sources4 < 0 || penalty_cfg.max_sources6 < 0) in srclimit_init()
285 penalty_cfg.max_sources4 : penalty_cfg.max_sources6; in srclimit_penalty_check_allow()
339 (size_t)penalty_cfg.max_sources4); in srclimit_early_expire_penalties()
403 penalty_cfg.max_sources4 : penalty_cfg.max_sources6; in srclimit_penalise()
H A Dservconf.h72 int max_sources4; member
H A Dservconf.c173 options->per_source_penalty.max_sources4 = -1; in initialize_server_options()
426 if (options->per_source_penalty.max_sources4 == -1) in fill_default_server_options()
427 options->per_source_penalty.max_sources4 = 65536; in fill_default_server_options()
2057 intptr = &options->per_source_penalty.max_sources4; in process_server_config_line_depth()
3336 o->per_source_penalty.max_sources4, in dump_config()