Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/ppp/
H A Dhdlc.c401 timer_Stop(&hdlc->ReportTimer); in hdlc_ReportTime()
414 timer_Start(&hdlc->ReportTimer); in hdlc_ReportTime()
420 timer_Stop(&hdlc->ReportTimer); in hdlc_StartTimer()
421 hdlc->ReportTimer.load = 60 * SECTICKS; in hdlc_StartTimer()
422 hdlc->ReportTimer.arg = hdlc; in hdlc_StartTimer()
423 hdlc->ReportTimer.func = hdlc_ReportTime; in hdlc_StartTimer()
424 hdlc->ReportTimer.name = "hdlc"; in hdlc_StartTimer()
425 timer_Start(&hdlc->ReportTimer); in hdlc_StartTimer()
431 timer_Stop(&hdlc->ReportTimer); in hdlc_StopTimer()
H A Dhdlc.h63 struct pppTimer ReportTimer; member
H A Dphysical.c611 p->hdlc.ReportTimer.state = TIMER_STOPPED; in iov2physical()