Home
last modified time | relevance | path

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

/freebsd/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()
342 (size_t)penalty_cfg.max_sources6); in srclimit_early_expire_penalties()
416 penalty_cfg.max_sources4 : penalty_cfg.max_sources6; in srclimit_penalise()
H A Dservconf.h73 int max_sources6; member
H A Dservconf.c169 options->per_source_penalty.max_sources6 = -1; in initialize_server_options()
433 if (options->per_source_penalty.max_sources6 == -1) in fill_default_server_options()
434 options->per_source_penalty.max_sources6 = 65536; in fill_default_server_options()
2144 intptr = &options->per_source_penalty.max_sources6; in process_server_config_line_depth()
3476 o->per_source_penalty.max_sources6, in dump_config()