Home | History | Annotate | Download | only in openssh

Lines Matching refs:tcp_keep_alive

91 	options->tcp_keep_alive = -1;
206 if (options->tcp_keep_alive == -1)
207 options->tcp_keep_alive = 1;
1018 intptr = &options->tcp_keep_alive;
1752 dump_cfg_fmtint(sTCPKeepAlive, o->tcp_keep_alive);