Searched refs:server_alive_count_max (Results 1 – 4 of 4) sorted by relevance
127 int server_alive_count_max; member
1844 intptr = &options->server_alive_count_max; in process_config_line_depth()2605 options->server_alive_count_max = -1; in initialize_options()2799 if (options->server_alive_count_max == -1) in fill_default_options()2800 options->server_alive_count_max = 3; in fill_default_options()3568 dump_cfg_int(oServerAliveCountMax, o->server_alive_count_max); in dump_client_config()
1663 options.server_alive_count_max); in main()
500 if (ssh_packet_inc_alive_timeouts(ssh) > options.server_alive_count_max) { in server_alive_check()