Searched refs:tcp_keep_alive (Results 1 – 6 of 6) sorted by relevance
52 int tcp_keep_alive; /* Set SO_KEEPALIVE. */ member
121 int tcp_keep_alive; /* If true, set SO_KEEPALIVE. */ member
1258 intptr = &options->tcp_keep_alive; in process_config_line_depth()2554 options->tcp_keep_alive = -1; in initialize_options()2724 if (options->tcp_keep_alive == -1) in fill_default_options()2725 options->tcp_keep_alive = 1; in fill_default_options()3553 dump_cfg_fmtint(oTCPKeepAlive, o->tcp_keep_alive); in dump_client_config()
123 options->tcp_keep_alive = -1; in initialize_server_options()355 if (options->tcp_keep_alive == -1) in fill_default_server_options()356 options->tcp_keep_alive = 1; in fill_default_server_options()1648 intptr = &options->tcp_keep_alive; in process_server_config_line_depth()3194 dump_cfg_fmtint(sTCPKeepAlive, o->tcp_keep_alive); in dump_config()
1238 if (options.tcp_keep_alive && ssh_packet_connection_is_on_socket(ssh) && in main()
1636 &timeout_ms, options.tcp_keep_alive) != 0) in main()