Searched refs:startups (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12-stable/crypto/openssh/ |
| D | sshd.c | 840 should_drop_connection(int startups) argument 844 if (startups < options.max_startups_begin) 846 if (startups >= options.max_startups) 852 p *= startups - options.max_startups_begin; 869 drop_connection(int sock, int startups, int notify_pipe) argument 879 if (!should_drop_connection(startups) && 882 startups < options.max_startups_begin - 1) { 911 "past MaxStartups", startups, raddr, get_peer_port(sock), 1161 int ostartups = -1, startups = 0, listening = 0, lameduck = 0; local 1212 if (ostartups != startups) { [all …]
|
| /freebsd-12-stable/contrib/ncurses/ |
| D | INSTALL | 1713 startups, at the expense of not allowing personal termcap entries to
|