Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/openssh/
H A Dsshd.c302 for (i = 0; i < options.max_startups; i++) in close_startup_pipes()
836 if (startups >= options.max_startups)
843 p /= options.max_startups - options.max_startups_begin;
1158 startup_pipes = xcalloc(options.max_startups, sizeof(int));
1159 startup_flags = xcalloc(options.max_startups, sizeof(int));
1161 for (i = 0; i < options.max_startups; i++)
1177 pfd = xcalloc(num_listen_socks + options.max_startups,
1197 options.max_startups_begin, options.max_startups);
1217 for (i = 0; i < options.max_startups; i++) {
1237 for (i = 0; i < options.max_startups; i++) {
[all …]
H A Dservconf.h177 int max_startups; member
H A Dservconf.c165 options->max_startups = -1; in initialize_server_options()
402 if (options->max_startups == -1) in fill_default_server_options()
403 options->max_startups = 100; in fill_default_server_options()
1995 &options->max_startups)) == 3) { in process_server_config_line_depth()
1997 options->max_startups || in process_server_config_line_depth()
2006 options->max_startups = options->max_startups_begin; in process_server_config_line_depth()
2007 if (options->max_startups <= 0 || in process_server_config_line_depth()
3220 o->max_startups_rate, o->max_startups); in dump_config()