Searched refs:client_alive_count_max (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/crypto/openssh/
H A Dservconf.h173 int client_alive_count_max; /* member in struct:__anon6892
H A Dservconf.c163 options->client_alive_count_max = -1;
395 if (options->client_alive_count_max == -1)
396 options->client_alive_count_max = 3;
1859 intptr = &options->client_alive_count_max;
2315 M_CP_INTOPT(client_alive_count_max);
2566 dump_cfg_int(sClientAliveCountMax, o->client_alive_count_max);
H A Dserverloop.c186 if (packet_inc_alive_timeouts() > options.client_alive_count_max) {
H A Dsshd.c2277 options.client_alive_count_max);

Completed in 178 milliseconds