Home
last modified time | relevance | path

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

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