HomeSort by relevance Sort by last modified time
    Searched refs:ReportTimer (Results 1 - 3 of 3) sorted by null

  /external/libppp/src/
hdlc.h 62 struct pppTimer ReportTimer;
hdlc.c 405 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);
physical.c 638 p->hdlc.ReportTimer.state = TIMER_STOPPED;

Completed in 61 milliseconds