Searched refs:LS_INITIAL (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip-new/src/netif/ppp/
H A Dfsm.h120 #define LS_INITIAL 0 /* Down, hasn't been opened */ macro
H A Dfsm.c71 "LS_INITIAL", /* LS_INITIAL 0 */
106 f->state = LS_INITIAL;
128 case LS_INITIAL:
166 f->state = LS_INITIAL;
177 f->state = LS_INITIAL;
217 case LS_INITIAL:
281 f->state = LS_INITIAL;
412 if( f->state == LS_INITIAL || f->state == LS_STARTING ) {

Completed in 68 milliseconds