Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssh/
H A Dservconf.h180 int per_source_max_startups; member
H A Dservconf.c169 options->per_source_max_startups = -1; in initialize_server_options()
407 if (options->per_source_max_startups == -1) in fill_default_server_options()
408 options->per_source_max_startups = INT_MAX; in fill_default_server_options()
1974 options->per_source_max_startups = value; in process_server_config_line_depth()
3003 if (o->per_source_max_startups == INT_MAX) in dump_config()
3006 printf("%d\n", o->per_source_max_startups); in dump_config()
H A Dsshd.c1137 srclimit_init(options.max_startups, options.per_source_max_startups,