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

/freebsd-13-stable/crypto/openssh/
H A Dservconf.h164 int max_startups; member in struct:__anon6892
H A Dsshd.c291 for (i = 0; i < options.max_startups; i++)
911 * all connections are dropped for startups > max_startups
920 if (startups >= options.max_startups)
927 p /= options.max_startups - options.max_startups_begin;
1168 startup_pipes = xcalloc(options.max_startups, sizeof(int));
1169 for (i = 0; i < options.max_startups; i++)
1185 for (i = 0; i < options.max_startups; i++)
1204 for (i = 0; i < options.max_startups; i++)
1264 for (j = 0; j < options.max_startups; j++)
H A Dservconf.c157 options->max_startups = -1;
381 if (options->max_startups == -1)
382 options->max_startups = 100;
1795 &options->max_startups)) == 3) {
1797 options->max_startups ||
1806 options->max_startups = options->max_startups_begin;
2674 o->max_startups_rate, o->max_startups);

Completed in 123 milliseconds