Home | History | Annotate | Download | only in pppd

Lines Matching full:levelt

988     struct timeval levelt, tout, *top;
1072 gettimeofday(&levelt, NULL);
1122 dt = (now.tv_sec - levelt.tv_sec
1123 + (now.tv_usec - levelt.tv_usec) / 1e6);
1127 levelt = now;