Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A Dtimer.c50 static struct pppTimer *TimerList = NULL, *ExpiredList = NULL; variable
173 for (t = ExpiredList; t != tp && t != NULL; t = t->enext) in StopTimerNoBlock()
180 ExpiredList = t->enext; in StopTimerNoBlock()
225 ExpiredList = exp->enext; in TimerService()
229 exp = ExpiredList; in TimerService()