Searched refs:ReportTimer (Results 1 - 3 of 3) sorted by relevance

/external/libppp/src/
H A Dhdlc.h62 struct pppTimer ReportTimer; member in struct:hdlc
H A Dhdlc.c405 timer_Stop(&hdlc->ReportTimer);
418 timer_Start(&hdlc->ReportTimer);
424 timer_Stop(&hdlc->ReportTimer);
425 hdlc->ReportTimer.load = 60 * SECTICKS;
426 hdlc->ReportTimer.arg = hdlc;
427 hdlc->ReportTimer.func = hdlc_ReportTime;
428 hdlc->ReportTimer.name = "hdlc";
429 timer_Start(&hdlc->ReportTimer);
435 timer_Stop(&hdlc->ReportTimer);
H A Dphysical.c638 p->hdlc.ReportTimer.state = TIMER_STOPPED;

Completed in 54 milliseconds