Searched refs:server_alive_count_max (Results 1 – 4 of 4) sorted by relevance
127 int server_alive_count_max; member
1881 intptr = &options->server_alive_count_max; in process_config_line_depth()2654 options->server_alive_count_max = -1; in initialize_options()2848 if (options->server_alive_count_max == -1) in fill_default_options()2849 options->server_alive_count_max = 3; in fill_default_options()3617 dump_cfg_int(oServerAliveCountMax, o->server_alive_count_max); in dump_client_config()
1663 options.server_alive_count_max); in main()
499 if (ssh_packet_inc_alive_timeouts(ssh) > options.server_alive_count_max) { in server_alive_check()