Searched refs:TIMER_STOPPED (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/usr.sbin/ppp/
H A Dtimer.h45 #define TIMER_STOPPED 0 macro
H A Dtimer.c88 if (tp->state != TIMER_STOPPED)
147 if (tp->state == TIMER_STOPPED)
186 tp->state = TIMER_STOPPED;
H A Dtty.c204 if (dev->Timer.state == TIMER_STOPPED) {
604 if (dev->Timer.state != TIMER_STOPPED) {
663 if (dev->Timer.state != TIMER_STOPPED) {
664 dev->Timer.state = TIMER_STOPPED;
H A Dthroughput.c234 if (t->Timer.state != TIMER_STOPPED)
H A Dphysical.c627 p->hdlc.ReportTimer.state = TIMER_STOPPED;
628 p->hdlc.lqm.timer.state = TIMER_STOPPED;
H A Dbundle.c233 != bundle->phys_type.open && bundle->session.timer.state == TIMER_STOPPED)
239 != bundle->phys_type.open && bundle->idle.timer.state == TIMER_STOPPED)
482 } else if (bundle->choked.timer.state == TIMER_STOPPED) {

Completed in 62 milliseconds