Home
last modified time | relevance | path

Searched refs:tcp_keep_alive (Results 1 – 6 of 6) sorted by relevance

/openbsd/usr.bin/ssh/
H A Dreadconf.h51 int tcp_keep_alive; /* Set SO_KEEPALIVE. */ member
H A Dservconf.h122 int tcp_keep_alive; /* If true, set SO_KEEPALIVE. */ member
H A Dreadconf.c1284 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()
H A Dservconf.c100 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()
H A Dsshd-session.c1108 if (options.tcp_keep_alive && ssh_packet_connection_is_on_socket(ssh) && in main()
H A Dssh.c1622 &timeout_ms, options.tcp_keep_alive) != 0) in main()