HomeSort by relevance Sort by last modified time
    Searched full:levelt (Results 1 - 1 of 1) sorted by null

  /external/ppp/pppd/
tty.c 988 struct timeval levelt, tout, *top; local
1072 gettimeofday(&levelt, NULL);
1122 dt = (now.tv_sec - levelt.tv_sec
1123 + (now.tv_usec - levelt.tv_usec) / 1e6);
1127 levelt = now;
    [all...]

Completed in 33 milliseconds