HomeSort by relevance Sort by last modified time
    Searched refs:max_startups (Results 1 - 3 of 3) sorted by null

  /external/openssh/
servconf.h 139 int max_startups; member in struct:__anon9886
servconf.c 126 options->max_startups = -1;
254 if (options->max_startups == -1)
255 options->max_startups = 10;
259 options->max_startups_begin = options->max_startups;
    [all...]
sshd.c 281 for (i = 0; i < options.max_startups; i++)
857 * all connections are dropped for startups > max_startups
866 if (startups >= options.max_startups)
873 p /= options.max_startups - options.max_startups_begin;
1110 startup_pipes = xcalloc(options.max_startups, sizeof(int));
1111 for (i = 0; i < options.max_startups; i++)
1128 for (i = 0; i < options.max_startups; i++)
1151 for (i = 0; i < options.max_startups; i++)
1200 for (j = 0; j < options.max_startups; j++)
    [all...]

Completed in 53 milliseconds