Searched refs:tcp_keep_alive (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.0-release/crypto/openssh/
H A Dreadconf.h64 int tcp_keep_alive; /* Set SO_KEEPALIVE. */ member in struct:__anon4957
H A Dservconf.h87 int tcp_keep_alive; /* If true, set SO_KEEPALIVE. */ member in struct:__anon4965
H A Droaming_client.c264 options.tcp_keep_alive, options.use_privileged_port,
H A Dreadconf.c590 intptr = &options->tcp_keep_alive;
1268 options->tcp_keep_alive = -1;
1385 if (options->tcp_keep_alive == -1)
1386 options->tcp_keep_alive = 1;
H A Dservconf.c100 options->tcp_keep_alive = -1;
226 if (options->tcp_keep_alive == -1)
227 options->tcp_keep_alive = 1;
1176 intptr = &options->tcp_keep_alive;
2071 dump_cfg_fmtint(sTCPKeepAlive, o->tcp_keep_alive);
H A Dssh.c858 options.tcp_keep_alive,
H A Dsshd.c2049 if (options.tcp_keep_alive && packet_connection_is_on_socket() &&

Completed in 107 milliseconds