Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/ssh/ssh-keyscan/
H A Dssh-keyscan.c94 struct timeval c_tv; /* Time at which connection gets aborted */ member
458 gettimeofday(&fdcon[s].c_tv, NULL); in conalloc()
459 fdcon[s].c_tv.tv_sec += timeout; in conalloc()
487 gettimeofday(&fdcon[s].c_tv, NULL); in contouch()
488 fdcon[s].c_tv.tv_sec += timeout; in contouch()
621 if (c && (c->c_tv.tv_sec > now.tv_sec || in conloop()
622 (c->c_tv.tv_sec == now.tv_sec && c->c_tv.tv_usec > now.tv_usec))) { in conloop()
623 seltime = c->c_tv; in conloop()
653 while (c && (c->c_tv.tv_sec < now.tv_sec || in conloop()
654 (c->c_tv.tv_sec == now.tv_sec && c->c_tv.tv_usec < now.tv_usec))) { in conloop()