Symbol: pppTimer
usr.sbin/ppp/auth.h
46
struct pppTimer authtimer;
usr.sbin/ppp/bundle.h
132
struct pppTimer timer; /* timeout after cfg.idle_timeout */
usr.sbin/ppp/bundle.h
138
struct pppTimer timer;
usr.sbin/ppp/bundle.h
148
struct pppTimer timer; /* choked output queue timer */
usr.sbin/ppp/cbcp.h
57
struct pppTimer timer; /* Resend last option */
usr.sbin/ppp/chat.h
73
struct pppTimer pause; /* Inactivity timer */
usr.sbin/ppp/chat.h
74
struct pppTimer timeout; /* TimeoutSec timer */
usr.sbin/ppp/datalink.h
102
struct pppTimer timer; /* For timing between close & open */
usr.sbin/ppp/fsm.h
117
struct pppTimer FsmTimer; /* Restart Timer */
usr.sbin/ppp/fsm.h
118
struct pppTimer OpenTimer; /* Delay before opening */
usr.sbin/ppp/fsm.h
129
struct pppTimer StoppedTimer;
usr.sbin/ppp/hdlc.h
62
struct pppTimer ReportTimer;
usr.sbin/ppp/hdlc.h
73
struct pppTimer timer; /* When to send */
usr.sbin/ppp/prompt.c
541
static struct pppTimer bgtimer;
usr.sbin/ppp/radius.h
45
struct pppTimer timer; /* for this long */
usr.sbin/ppp/radius.h
75
struct pppTimer timer; /* for this long */
usr.sbin/ppp/throughput.h
51
struct pppTimer Timer;
usr.sbin/ppp/timer.c
136
StopTimerNoBlock(struct pppTimer *tp)
usr.sbin/ppp/timer.c
139
struct pppTimer *t, *pt;
usr.sbin/ppp/timer.c
192
struct pppTimer *tp, *exp, *next;
usr.sbin/ppp/timer.c
238
struct pppTimer *pt;
usr.sbin/ppp/timer.c
50
static struct pppTimer *TimerList = NULL, *ExpiredList = NULL;
usr.sbin/ppp/timer.c
52
static void StopTimerNoBlock(struct pppTimer *);
usr.sbin/ppp/timer.c
65
timer_Stop(struct pppTimer *tp)
usr.sbin/ppp/timer.c
77
timer_Start(struct pppTimer *tp)
usr.sbin/ppp/timer.c
80
struct pppTimer *t, *pt;
usr.sbin/ppp/timer.h
41
struct pppTimer *next; /* Link to next timer */
usr.sbin/ppp/timer.h
42
struct pppTimer *enext; /* Link to next expired timer */
usr.sbin/ppp/timer.h
51
extern void timer_Start(struct pppTimer *);
usr.sbin/ppp/timer.h
52
extern void timer_Stop(struct pppTimer *);
usr.sbin/ppp/tty.c
89
struct pppTimer Timer; /* CD checks */