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

/freebsd-11-stable/usr.sbin/ppp/
H A Dhdlc.h64 struct pppTimer ReportTimer; member in struct:hdlc
H A Dhdlc.c407 timer_Stop(&hdlc->ReportTimer);
420 timer_Start(&hdlc->ReportTimer);
426 timer_Stop(&hdlc->ReportTimer);
427 hdlc->ReportTimer.load = 60 * SECTICKS;
428 hdlc->ReportTimer.arg = hdlc;
429 hdlc->ReportTimer.func = hdlc_ReportTime;
430 hdlc->ReportTimer.name = "hdlc";
431 timer_Start(&hdlc->ReportTimer);
437 timer_Stop(&hdlc->ReportTimer);
H A Dphysical.c626 p->hdlc.ReportTimer.state = TIMER_STOPPED;

Completed in 62 milliseconds