Home
last modified time | relevance | path

Searched refs:want_keepalive (Results 1 – 5 of 5) sorted by relevance

/external/openssh/
Dsshconnect.c428 int connection_attempts, int *timeout_ms, int want_keepalive, int needpriv) in ssh_connect_direct() argument
492 if (want_keepalive && in ssh_connect_direct()
506 int connection_attempts, int *timeout_ms, int want_keepalive, int needpriv) in ssh_connect() argument
510 connection_attempts, timeout_ms, want_keepalive, needpriv); in ssh_connect()
/external/netperf/src/
Dnettest_bsd.h591 want_keepalive, /* do we bother setting SO_KEEPALIVE? */
Dnetsh.c833 want_keepalive = 1; in scan_cmd_line()
Dnettest_omni.c3966 if (want_keepalive) in send_omni_inner()
5055 want_keepalive = (omni_request->flags) & OMNI_WANT_KEEPALIVE; in recv_omni()
Dnettest_bsd.c225 int want_keepalive = 0; variable
1378 if (want_keepalive) { in create_data_socket()