Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dmain.c2650 struct timeval levelt, tout, *top; local
2727 (void) gettimeofday(&levelt, NULL);
2780 dt = (now.tv_sec - levelt.tv_sec
2781 + (now.tv_usec - levelt.tv_usec) / 1e6);
2785 levelt = now;