Searched refs:want_keepalive (Results 1 – 5 of 5) sorted by relevance
/external/openssh/ |
D | sshconnect.c | 428 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/ |
D | nettest_bsd.h | 591 want_keepalive, /* do we bother setting SO_KEEPALIVE? */
|
D | netsh.c | 833 want_keepalive = 1; in scan_cmd_line()
|
D | nettest_omni.c | 3966 if (want_keepalive) in send_omni_inner() 5055 want_keepalive = (omni_request->flags) & OMNI_WANT_KEEPALIVE; in recv_omni()
|
D | nettest_bsd.c | 225 int want_keepalive = 0; variable 1378 if (want_keepalive) { in create_data_socket()
|