Searched refs:tcp_keep_alive (Results 1 – 6 of 6) sorted by relevance
51 int tcp_keep_alive; /* Set SO_KEEPALIVE. */ member
122 int tcp_keep_alive; /* If true, set SO_KEEPALIVE. */ member
1284 intptr = &options->tcp_keep_alive; in process_config_line_depth()2607 options->tcp_keep_alive = -1; in initialize_options()2778 if (options->tcp_keep_alive == -1) in fill_default_options()2779 options->tcp_keep_alive = 1; in fill_default_options()3602 dump_cfg_fmtint(oTCPKeepAlive, o->tcp_keep_alive); in dump_client_config()
100 options->tcp_keep_alive = -1; in initialize_server_options()326 if (options->tcp_keep_alive == -1) in fill_default_server_options()327 options->tcp_keep_alive = 1; in fill_default_server_options()1623 intptr = &options->tcp_keep_alive; in process_server_config_line_depth()3169 dump_cfg_fmtint(sTCPKeepAlive, o->tcp_keep_alive); in dump_config()
1108 if (options.tcp_keep_alive && ssh_packet_connection_is_on_socket(ssh) && in main()
1622 &timeout_ms, options.tcp_keep_alive) != 0) in main()