Home
last modified time | relevance | path

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

/third_party/lwip/src/netif/ppp/
Dfsm.c80 f->state = PPP_FSM_INITIAL; in fsm_init()
93 case PPP_FSM_INITIAL: in fsm_lowerup()
122 f->state = PPP_FSM_INITIAL; in fsm_lowerdown()
132 f->state = PPP_FSM_INITIAL; in fsm_lowerdown()
162 case PPP_FSM_INITIAL: in fsm_open()
242 f->state = PPP_FSM_INITIAL; 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.h134 #define PPP_FSM_INITIAL 0 /* Down, hasn't been opened */ macro