Home
last modified time | relevance | path

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

/NextBSD/usr.sbin/ppp/
HDtimer.h34 struct pppTimer { struct
41 struct pppTimer *next; /* Link to next timer */ argument
42 struct pppTimer *enext; /* Link to next expired timer */ argument
51 extern void timer_Start(struct pppTimer *);
52 extern void timer_Stop(struct pppTimer *);
HDtimer.c50 static struct pppTimer *TimerList = NULL, *ExpiredList = NULL;
52 static void StopTimerNoBlock(struct pppTimer *);
65 timer_Stop(struct pppTimer *tp) in timer_Stop()
77 timer_Start(struct pppTimer *tp) in timer_Start()
80 struct pppTimer *t, *pt; in timer_Start()
136 StopTimerNoBlock(struct pppTimer *tp) in StopTimerNoBlock()
139 struct pppTimer *t, *pt; in StopTimerNoBlock()
192 struct pppTimer *tp, *exp, *next; in TimerService()
238 struct pppTimer *pt; in timer_Show()
HDfsm.h117 struct pppTimer FsmTimer; /* Restart Timer */
118 struct pppTimer OpenTimer; /* Delay before opening */
129 struct pppTimer StoppedTimer;
HDchat.h71 struct pppTimer pause; /* Inactivity timer */
72 struct pppTimer timeout; /* TimeoutSec timer */
HDbundle.h132 struct pppTimer timer; /* timeout after cfg.idle_timeout */
138 struct pppTimer timer;
148 struct pppTimer timer; /* choked output queue timer */
HDhdlc.h62 struct pppTimer ReportTimer;
73 struct pppTimer timer; /* When to send */
HDradius.h45 struct pppTimer timer; /* for this long */
75 struct pppTimer timer; /* for this long */
HDcbcp.h57 struct pppTimer timer; /* Resend last option */
HDthroughput.h51 struct pppTimer Timer;
HDauth.h46 struct pppTimer authtimer;
HDdatalink.h102 struct pppTimer timer; /* For timing between close & open */
HDprompt.c541 static struct pppTimer bgtimer;
HDtty.c89 struct pppTimer Timer; /* CD checks */