Home
last modified time | relevance | path

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

/external/openssh/
Dreadconf.h59 int tcp_keep_alive; /* Set SO_KEEPALIVE. */ member
Dservconf.h88 int tcp_keep_alive; /* If true, set SO_KEEPALIVE. */ member
Dservconf.c106 options->tcp_keep_alive = -1; in initialize_server_options()
252 if (options->tcp_keep_alive == -1) in fill_default_server_options()
253 options->tcp_keep_alive = 1; in fill_default_server_options()
1289 intptr = &options->tcp_keep_alive; in process_server_config_line()
2283 dump_cfg_fmtint(sTCPKeepAlive, o->tcp_keep_alive); in dump_config()
Dreadconf.c1003 intptr = &options->tcp_keep_alive; in process_config_line_depth()
1811 options->tcp_keep_alive = -1; in initialize_options()
1963 if (options->tcp_keep_alive == -1) in fill_default_options()
1964 options->tcp_keep_alive = 1; in fill_default_options()
2553 dump_cfg_fmtint(oTCPKeepAlive, o->tcp_keep_alive); in dump_client_config()
Dsshd.c1978 if (options.tcp_keep_alive && packet_connection_is_on_socket() &&
Dssh.c1269 &timeout_ms, options.tcp_keep_alive, in main()