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

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

Completed in 47 milliseconds