Home
last modified time | relevance | path

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

/src/usr.sbin/ppp/
H A Dtimer.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 *);
H A Dtimer.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()
H A Dfsm.h117 struct pppTimer FsmTimer; /* Restart Timer */
118 struct pppTimer OpenTimer; /* Delay before opening */
129 struct pppTimer StoppedTimer;
H A Dchat.h73 struct pppTimer pause; /* Inactivity timer */
74 struct pppTimer timeout; /* TimeoutSec timer */
H A Dbundle.h132 struct pppTimer timer; /* timeout after cfg.idle_timeout */
138 struct pppTimer timer;
148 struct pppTimer timer; /* choked output queue timer */
H A Dhdlc.h62 struct pppTimer ReportTimer;
73 struct pppTimer timer; /* When to send */
H A Dradius.h45 struct pppTimer timer; /* for this long */
75 struct pppTimer timer; /* for this long */
H A Dcbcp.h57 struct pppTimer timer; /* Resend last option */
H A Dthroughput.h51 struct pppTimer Timer;
H A Dauth.h46 struct pppTimer authtimer;
H A Ddatalink.h102 struct pppTimer timer; /* For timing between close & open */
H A Dprompt.c541 static struct pppTimer bgtimer;
H A Dtty.c89 struct pppTimer Timer; /* CD checks */