HomeSort by relevance Sort by last modified time
    Searched refs:TIMER_STOPPED (Results 1 - 7 of 7) sorted by null

  /external/libppp/src/
timer.h 45 #define TIMER_STOPPED 0
timer.c 88 if (tp->state != TIMER_STOPPED)
147 if (tp->state == TIMER_STOPPED)
186 tp->state = TIMER_STOPPED;
i4b.c 177 if (dev->Timer.state == TIMER_STOPPED) {
299 if (dev->Timer.state != TIMER_STOPPED) {
344 if (dev->Timer.state != TIMER_STOPPED) {
345 dev->Timer.state = TIMER_STOPPED;
tty.c 204 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;
throughput.c 234 if (t->Timer.state != TIMER_STOPPED)
physical.c 638 p->hdlc.ReportTimer.state = TIMER_STOPPED;
639 p->hdlc.lqm.timer.state = TIMER_STOPPED;
bundle.c 233 != 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) {
    [all...]

Completed in 2176 milliseconds