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

/external/openssh/
H A Dreadconf.h114 int server_alive_count_max; member in struct:__anon10495
H A Dreadconf.c884 intptr = &options->server_alive_count_max;
1187 options->server_alive_count_max = -1;
1339 if (options->server_alive_count_max == -1)
1340 options->server_alive_count_max = 3;
H A Dsshconnect.c167 options.server_alive_count_max);
427 options.server_alive_count_max);
H A Dclientloop.c544 if (packet_inc_alive_timeouts() > options.server_alive_count_max) {

Completed in 133 milliseconds