Searched defs:pppTimer (Results 1 - 1 of 1) 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 *);

Completed in 58 milliseconds