Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/openssh/
H A Dservconf.h178 int per_source_max_startups; member
H A Dservconf.c166 options->per_source_max_startups = -1; in initialize_server_options()
408 if (options->per_source_max_startups == -1) in fill_default_server_options()
409 options->per_source_max_startups = INT_MAX; in fill_default_server_options()
2048 if (*activep && options->per_source_max_startups == -1) in process_server_config_line_depth()
2049 options->per_source_max_startups = value; in process_server_config_line_depth()
3222 if (o->per_source_max_startups == INT_MAX) in dump_config()
3225 printf("%d\n", o->per_source_max_startups); in dump_config()
H A Dsshd.c1116 srclimit_init(options.max_startups, options.per_source_max_startups,