Home
last modified time | relevance | path

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

/external/ppp/pppd/
Dtty.c991 struct timeval levelt, tout, *top; local
1075 gettimeofday(&levelt, NULL);
1125 dt = (now.tv_sec - levelt.tv_sec
1126 + (now.tv_usec - levelt.tv_usec) / 1e6);
1130 levelt = now;