Searched refs:timer_previous (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dmain.c1107 static uint_t timer_previous; /* When last SIGALRM occurred */ variable
1113 timer_previous = getcurrenttime();
1177 elapsed = now - timer_previous;
1225 elapsed = now - timer_previous;
1226 timer_previous = now;

Completed in 60 milliseconds