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

  /external/libppp/src/
fsm.c 137 if (fp->state == ST_STOPPED)
173 if (fp->state == ST_STOPPED && fp->StoppedTimer.state == TIMER_RUNNING)
176 if ((new >= ST_INITIAL && new <= ST_STOPPED) || (new == ST_OPENED)) {
178 if (new == ST_STOPPED && fp->StoppedTimer.load) {
232 if (fp->state <= ST_STOPPED) {
235 * In practice, we're only here in ST_STOPPED (when delaying the
238 * The ST_STOPPED bit is breaking the RFC already :-(
265 NewState(fp, ST_STOPPED); /* XXX: This is a hack ! */
270 NewState(fp, ST_STOPPED); /* XXX: This is a not-so-bad hack ! */
279 case ST_STOPPED: /* XXX: restart option *
    [all...]
fsm.h 37 #define ST_STOPPED 3
121 * This timer times the ST_STOPPED state out after the given value
126 * causing ppp to time out and drop into ST_STOPPED. At this point,
command.c     [all...]

Completed in 56 milliseconds