pppTimer
struct pppTimer authtimer;
struct pppTimer timer; /* timeout after cfg.idle_timeout */
struct pppTimer timer;
struct pppTimer timer; /* choked output queue timer */
struct pppTimer timer; /* Resend last option */
struct pppTimer pause; /* Inactivity timer */
struct pppTimer timeout; /* TimeoutSec timer */
struct pppTimer timer; /* For timing between close & open */
struct pppTimer FsmTimer; /* Restart Timer */
struct pppTimer OpenTimer; /* Delay before opening */
struct pppTimer StoppedTimer;
struct pppTimer ReportTimer;
struct pppTimer timer; /* When to send */
static struct pppTimer bgtimer;
struct pppTimer timer; /* for this long */
struct pppTimer Timer;
StopTimerNoBlock(struct pppTimer *tp)
struct pppTimer *t, *pt;
struct pppTimer *tp, *exp, *next;
struct pppTimer *pt;
static struct pppTimer *TimerList = NULL, *ExpiredList = NULL;
static void StopTimerNoBlock(struct pppTimer *);
timer_Stop(struct pppTimer *tp)
timer_Start(struct pppTimer *tp)
struct pppTimer *t, *pt;
struct pppTimer *next; /* Link to next timer */
struct pppTimer *enext; /* Link to next expired timer */
extern void timer_Start(struct pppTimer *);
extern void timer_Stop(struct pppTimer *);
struct pppTimer Timer; /* CD checks */