Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Dreadconf.h51 int tcp_keep_alive; /* Set SO_KEEPALIVE. */ member
H A Dservconf.h113 int tcp_keep_alive; /* If true, set SO_KEEPALIVE. */ member
H A Dreadconf.c1151 intptr = &options->tcp_keep_alive; in process_config_line_depth()
2344 options->tcp_keep_alive = -1; in initialize_options()
2509 if (options->tcp_keep_alive == -1) in fill_default_options()
2510 options->tcp_keep_alive = 1; in fill_default_options()
3306 dump_cfg_fmtint(oTCPKeepAlive, o->tcp_keep_alive); in dump_client_config()
H A Dservconf.c122 options->tcp_keep_alive = -1; in initialize_server_options()
342 if (options->tcp_keep_alive == -1) in fill_default_server_options()
343 options->tcp_keep_alive = 1; in fill_default_server_options()
1652 intptr = &options->tcp_keep_alive; in process_server_config_line_depth()
2933 dump_cfg_fmtint(sTCPKeepAlive, o->tcp_keep_alive); in dump_config()
H A Dsshd.c2169 if (options.tcp_keep_alive && ssh_packet_connection_is_on_socket(ssh) &&
H A Dssh.c1560 &timeout_ms, options.tcp_keep_alive) != 0) in main()