/external/openssh/ |
sshconnect.c | 244 socklen_t addrlen, int *timeoutp) 253 if (*timeoutp <= 0) { 273 ms_to_timeval(&tv, *timeoutp); 314 if (result == 0 && *timeoutp > 0) { 315 ms_subtract_diff(&t_start, timeoutp); 316 if (*timeoutp <= 0) { [all...] |
packet.c | 1032 struct timeval timeout, start, *timeoutp = NULL; local 1067 timeoutp = &timeout; 1076 NULL, NULL, timeoutp)) >= 0) 1688 struct timeval start, timeout, *timeoutp = NULL; local [all...] |
/external/chromium_org/third_party/openssl/openssl/apps/ |
s_client.c | 595 struct timeval timeout, *timeoutp; local [all...] |
s_server.c | 1968 struct timeval *timeoutp; local [all...] |
/external/openssl/apps/ |
s_client.c | 596 struct timeval timeout, *timeoutp; local [all...] |
s_server.c | 1968 struct timeval *timeoutp; local [all...] |