Home
last modified time | relevance | path

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

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