Symbol: pppTimer
usr.sbin/ppp/auth.h
47
struct pppTimer authtimer;
usr.sbin/ppp/bundle.h
127
struct pppTimer timer; /* timeout after cfg.idle_timeout */
usr.sbin/ppp/bundle.h
133
struct pppTimer timer;
usr.sbin/ppp/bundle.h
143
struct pppTimer timer; /* choked output queue timer */
usr.sbin/ppp/cbcp.h
58
struct pppTimer timer; /* Resend last option */
usr.sbin/ppp/chat.h
72
struct pppTimer pause; /* Inactivity timer */
usr.sbin/ppp/chat.h
73
struct pppTimer timeout; /* TimeoutSec timer */
usr.sbin/ppp/datalink.h
103
struct pppTimer timer; /* For timing between close & open */
usr.sbin/ppp/fsm.h
118
struct pppTimer FsmTimer; /* Restart Timer */
usr.sbin/ppp/fsm.h
119
struct pppTimer OpenTimer; /* Delay before opening */
usr.sbin/ppp/fsm.h
130
struct pppTimer StoppedTimer;
usr.sbin/ppp/hdlc.h
63
struct pppTimer ReportTimer;
usr.sbin/ppp/hdlc.h
74
struct pppTimer timer; /* When to send */
usr.sbin/ppp/prompt.c
539
static struct pppTimer bgtimer;
usr.sbin/ppp/radius.h
41
struct pppTimer timer; /* for this long */
usr.sbin/ppp/throughput.h
52
struct pppTimer Timer;
usr.sbin/ppp/timer.c
136
StopTimerNoBlock(struct pppTimer *tp)
usr.sbin/ppp/timer.c
138
struct pppTimer *t, *pt;
usr.sbin/ppp/timer.c
194
struct pppTimer *tp, *exp, *next;
usr.sbin/ppp/timer.c
240
struct pppTimer *pt;
usr.sbin/ppp/timer.c
53
static struct pppTimer *TimerList = NULL, *ExpiredList = NULL;
usr.sbin/ppp/timer.c
55
static void StopTimerNoBlock(struct pppTimer *);
usr.sbin/ppp/timer.c
68
timer_Stop(struct pppTimer *tp)
usr.sbin/ppp/timer.c
80
timer_Start(struct pppTimer *tp)
usr.sbin/ppp/timer.c
83
struct pppTimer *t, *pt;
usr.sbin/ppp/timer.h
42
struct pppTimer *next; /* Link to next timer */
usr.sbin/ppp/timer.h
43
struct pppTimer *enext; /* Link to next expired timer */
usr.sbin/ppp/timer.h
52
extern void timer_Start(struct pppTimer *);
usr.sbin/ppp/timer.h
53
extern void timer_Stop(struct pppTimer *);
usr.sbin/ppp/tty.c
97
struct pppTimer Timer; /* CD checks */