Home
last modified time | relevance | path

Searched refs:PPP_FSM_STARTING (Results 1 – 2 of 2) sorted by relevance

/third_party/lwip/src/netif/ppp/
Dfsm.c97 case PPP_FSM_STARTING: in fsm_lowerup()
126 f->state = PPP_FSM_STARTING; in fsm_lowerdown()
140 f->state = PPP_FSM_STARTING; in fsm_lowerdown()
147 f->state = PPP_FSM_STARTING; in fsm_lowerdown()
163 f->state = PPP_FSM_STARTING; in fsm_open()
241 case PPP_FSM_STARTING: in fsm_close()
345 if( f->state == PPP_FSM_INITIAL || f->state == PPP_FSM_STARTING ){ in fsm_input()
/third_party/lwip/src/include/netif/ppp/
Dfsm.h135 #define PPP_FSM_STARTING 1 /* Down, been opened */ macro