Home
last modified time | relevance | path

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

/external/openssh/
Dsshd.c969 drop_connection(int startups) argument
973 if (startups < options.max_startups_begin)
975 if (startups >= options.max_startups)
981 p *= startups - options.max_startups_begin;
1223 int key_used = 0, startups = 0; local
1290 startups--;
1311 if (drop_connection(startups) == 1) {
1312 debug("drop connection #%d", startups);
1336 startups++;