Home
last modified time | relevance | path

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

/lib/lwip/lwip/src/netif/ppp/
A Dfsm.c94 f->state = PPP_FSM_CLOSED; in fsm_lowerup()
121 case PPP_FSM_CLOSED: in fsm_lowerdown()
168 case PPP_FSM_CLOSED: in fsm_open()
219 f->state = nextstate == PPP_FSM_CLOSING ? PPP_FSM_CLOSED : PPP_FSM_STOPPED; in terminate_layer()
245 f->state = PPP_FSM_CLOSED; in fsm_close()
396 case PPP_FSM_CLOSED: in fsm_rconfreq()
474 case PPP_FSM_CLOSED: in fsm_rconfack()
542 case PPP_FSM_CLOSED: in fsm_rconfnakrej()
615 f->state = PPP_FSM_CLOSED; in fsm_rtermack()
672 case PPP_FSM_CLOSED: in fsm_protreject()
[all …]
/lib/lwip/lwip/src/include/netif/ppp/
A Dfsm.h136 #define PPP_FSM_CLOSED 2 /* Up, hasn't been opened */ macro

Completed in 7 milliseconds