Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/ssh/
Dreadconf.h126 int server_alive_count_max; member
Dreadconf.c1860 intptr = &options->server_alive_count_max; in process_config_line_depth()
2655 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()
3614 dump_cfg_int(oServerAliveCountMax, o->server_alive_count_max); in dump_client_config()
Dssh.c1629 options.server_alive_count_max); in main()
Dclientloop.c490 if (ssh_packet_inc_alive_timeouts(ssh) > options.server_alive_count_max) { in server_alive_check()