Home
last modified time | relevance | path

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

/external/openssh/
Dsshd.c879 drop_connection(int startups) argument
883 if (startups < options.max_startups_begin)
885 if (startups >= options.max_startups)
891 p *= startups - options.max_startups_begin;
1099 int startups = 0; local
1160 startups--;
1181 if (drop_connection(startups) == 1) {
1186 "on [%s]:%d past MaxStartups", startups,
1214 startups++;
/external/jline/src/src/test/resources/jline/example/
Denglish.gz