OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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