Home
last modified time | relevance | path

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

/third_party/lwip/src/netif/ppp/
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()
277 f->state = (f->state == PPP_FSM_CLOSING)? PPP_FSM_CLOSED: PPP_FSM_STOPPED; in fsm_timeout()
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()
[all …]
/third_party/lwip/src/include/netif/ppp/
Dfsm.h136 #define PPP_FSM_CLOSED 2 /* Up, hasn't been opened */ macro