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

/freebsd-13-stable/crypto/openssh/
H A Dreadconf.h120 int server_alive_count_max; member in struct:__anon6881
H A Dreadconf.c1400 intptr = &options->server_alive_count_max;
1923 options->server_alive_count_max = -1;
2096 if (options->server_alive_count_max == -1)
2097 options->server_alive_count_max = 3;
2667 dump_cfg_int(oServerAliveCountMax, o->server_alive_count_max);
H A Dclientloop.c485 if (packet_inc_alive_timeouts() > options.server_alive_count_max) {
H A Dssh.c1388 options.server_alive_count_max);

Completed in 95 milliseconds