OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pppTimer
(Results
1 - 14
of
14
) sorted by null
/external/libppp/src/
timer.h
34
struct
pppTimer
{
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
*);
chat.h
71
struct
pppTimer
pause; /* Inactivity timer */
72
struct
pppTimer
timeout; /* TimeoutSec timer */
cbcp.h
57
struct
pppTimer
timer; /* Resend last option */
timer.c
50
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;
hdlc.h
62
struct
pppTimer
ReportTimer;
73
struct
pppTimer
timer; /* When to send */
radius.h
45
struct
pppTimer
timer; /* for this long */
75
struct
pppTimer
timer; /* for this long */
fsm.h
117
struct
pppTimer
FsmTimer; /* Restart Timer */
118
struct
pppTimer
OpenTimer; /* Delay before opening */
129
struct
pppTimer
StoppedTimer;
auth.h
46
struct
pppTimer
authtimer;
throughput.h
51
struct
pppTimer
Timer;
bundle.h
132
struct
pppTimer
timer; /* timeout after cfg.idle_timeout */
138
struct
pppTimer
timer;
148
struct
pppTimer
timer; /* choked output queue timer */
datalink.h
102
struct
pppTimer
timer; /* For timing between close & open */
i4b.c
82
struct
pppTimer
Timer; /* CD checks */
prompt.c
541
static struct
pppTimer
bgtimer;
tty.c
89
struct
pppTimer
Timer; /* CD checks */
Completed in 144 milliseconds