Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/ppp/
H A Dtimer.c52 static struct pppTimer *TimerList = NULL, *ExpiredList = NULL; variable
175 for (t = ExpiredList; t != tp && t != NULL; t = t->enext) in StopTimerNoBlock()
182 ExpiredList = t->enext; in StopTimerNoBlock()
227 ExpiredList = exp->enext; in TimerService()
231 exp = ExpiredList; in TimerService()