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

/external/openssh/
H A Dssh-keyscan.c104 struct timeval c_tv; /* Time at which connection gets aborted */ member in struct:Connection
379 gettimeofday(&fdcon[s].c_tv, NULL);
380 fdcon[s].c_tv.tv_sec += timeout;
413 gettimeofday(&fdcon[s].c_tv, NULL);
414 fdcon[s].c_tv.tv_sec += timeout;
566 if (c && (c->c_tv.tv_sec > now.tv_sec ||
567 (c->c_tv.tv_sec == now.tv_sec && c->c_tv.tv_usec > now.tv_usec))) {
568 seltime = c->c_tv;
598 while (c && (c->c_tv
[all...]

Completed in 60 milliseconds