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

/freebsd-10.0-release/crypto/openssh/
H A Dreadconf.h118 int server_alive_count_max; member in struct:__anon4957
H A Dreadconf.c939 intptr = &options->server_alive_count_max;
1305 options->server_alive_count_max = -1;
1460 if (options->server_alive_count_max == -1)
1461 options->server_alive_count_max = 3;
H A Dsshconnect.c96 options.server_alive_count_max);
175 options.server_alive_count_max);
463 options.server_alive_count_max);
H A Dclientloop.c563 if (packet_inc_alive_timeouts() > options.server_alive_count_max) {

Completed in 121 milliseconds