Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A Dhdlc.c405 timer_Stop(&hdlc->ReportTimer); in hdlc_ReportTime()
418 timer_Start(&hdlc->ReportTimer); in hdlc_ReportTime()
424 timer_Stop(&hdlc->ReportTimer); in hdlc_StartTimer()
425 hdlc->ReportTimer.load = 60 * SECTICKS; in hdlc_StartTimer()
426 hdlc->ReportTimer.arg = hdlc; in hdlc_StartTimer()
427 hdlc->ReportTimer.func = hdlc_ReportTime; in hdlc_StartTimer()
428 hdlc->ReportTimer.name = "hdlc"; in hdlc_StartTimer()
429 timer_Start(&hdlc->ReportTimer); in hdlc_StartTimer()
435 timer_Stop(&hdlc->ReportTimer); in hdlc_StopTimer()
H A Dhdlc.h62 struct pppTimer ReportTimer; member
H A Dphysical.c613 p->hdlc.ReportTimer.state = TIMER_STOPPED; in iov2physical()