Home
last modified time | relevance | path

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

/NextBSD/usr.sbin/ppp/
HDtimer.c173 for (t = ExpiredList; t != tp && t != NULL; t = t->enext) in StopTimerNoBlock()
178 pt->enext = t->enext; in StopTimerNoBlock()
180 ExpiredList = t->enext; in StopTimerNoBlock()
185 tp->next = tp->enext = NULL; in StopTimerNoBlock()
212 tp->enext = exp; in TimerService()
225 ExpiredList = exp->enext; in TimerService()
226 exp->enext = NULL; in TimerService()
HDtimer.h42 struct pppTimer *enext; /* Link to next expired timer */ member