HomeSort by relevance Sort by last modified time
    Searched refs:timeoutp (Results 1 - 4 of 4) sorted by null

  /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/openssl/apps/
s_client.c 591 struct timeval timeout, *timeoutp; local
    [all...]
s_server.c 1953 struct timeval *timeoutp; local
    [all...]

Completed in 831 milliseconds