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

/freebsd-10.0-release/crypto/openssh/
H A Dservconf.h157 int client_alive_count_max; /* member in struct:__anon4965
H A Dservconf.c143 options->client_alive_count_max = -1;
292 if (options->client_alive_count_max == -1)
293 options->client_alive_count_max = 3;
1478 intptr = &options->client_alive_count_max;
2033 dump_cfg_int(sClientAliveCountMax, o->client_alive_count_max);
H A Dserverloop.c254 if (packet_inc_alive_timeouts() > options.client_alive_count_max) {
H A Dsshd.c2197 options.client_alive_count_max);

Completed in 329 milliseconds