Searched refs:pppTimer (Results 1 - 14 of 14) sorted by relevance

/external/libppp/src/
H A Dtimer.h34 struct pppTimer { struct
41 struct pppTimer *next; /* Link to next timer */
42 struct pppTimer *enext; /* Link to next expired timer */
51 extern void timer_Start(struct pppTimer *);
52 extern void timer_Stop(struct pppTimer *);
H A Dchat.h71 struct pppTimer pause; /* Inactivity timer */
72 struct pppTimer timeout; /* TimeoutSec timer */
H A Dcbcp.h57 struct pppTimer timer; /* Resend last option */
H A Dtimer.c50 static struct pppTimer *TimerList = NULL, *ExpiredList = NULL;
52 static void StopTimerNoBlock(struct pppTimer *);
65 timer_Stop(struct pppTimer *tp)
77 timer_Start(struct pppTimer *tp)
80 struct pppTimer *t, *pt;
136 StopTimerNoBlock(struct pppTimer *tp)
139 struct pppTimer *t, *pt;
192 struct pppTimer *tp, *exp, *next;
238 struct pppTimer *pt;
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 Dfsm.h117 struct pppTimer FsmTimer; /* Restart Timer */
118 struct pppTimer OpenTimer; /* Delay before opening */
129 struct pppTimer StoppedTimer;
H A Dauth.h46 struct pppTimer authtimer;
H A Dthroughput.h51 struct pppTimer 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 Ddatalink.h102 struct pppTimer timer; /* For timing between close & open */
H A Di4b.c82 struct pppTimer Timer; /* CD checks */
H A Dprompt.c541 static struct pppTimer bgtimer;
H A Dtty.c89 struct pppTimer Timer; /* CD checks */

Completed in 166 milliseconds