HomeSort by: relevance | last modified time | path
    Searched refs:server_alive_count_max (Results 1 - 4 of 4) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
readconf.h 146 int server_alive_count_max; member in struct:__anon181
readconf.c 2019 intptr = &options->server_alive_count_max;
2889 options->server_alive_count_max = -1;
3099 if (options->server_alive_count_max == -1)
3100 options->server_alive_count_max = 3;
3947 dump_cfg_int(oServerAliveCountMax, o->server_alive_count_max);
clientloop.c 499 if (ssh_packet_inc_alive_timeouts(ssh) > options.server_alive_count_max) {
ssh.c 1686 options.server_alive_count_max);

Completed in 30 milliseconds