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

  /external/libppp/src/
fsm.c 151 fp->state = fp->min_code > CODE_TERMACK ? ST_OPENED : ST_INITIAL;
176 if ((new >= ST_INITIAL && new <= ST_STOPPED) || (new == ST_OPENED)) {
258 case ST_INITIAL:
296 case ST_INITIAL:
318 NewState(fp, ST_INITIAL);
323 NewState(fp, ST_INITIAL);
351 NewState(fp, ST_INITIAL);
503 case ST_INITIAL:
690 case ST_INITIAL:
742 case ST_INITIAL
    [all...]
fsm.h 34 #define ST_INITIAL 0

Completed in 30 milliseconds