Home
last modified time | relevance | path

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

/third_party/lwip/src/netif/ppp/
Dfsm.c131 case PPP_FSM_CLOSING: in fsm_lowerdown()
178 case PPP_FSM_CLOSING: in fsm_open()
219 f->state = nextstate == PPP_FSM_CLOSING ? PPP_FSM_CLOSED : PPP_FSM_STOPPED; in terminate_layer()
248 f->state = PPP_FSM_CLOSING; in fsm_close()
255 terminate_layer(f, PPP_FSM_CLOSING); in fsm_close()
271 case PPP_FSM_CLOSING: in fsm_timeout()
277 f->state = (f->state == PPP_FSM_CLOSING)? PPP_FSM_CLOSED: PPP_FSM_STOPPED; in fsm_timeout()
400 case PPP_FSM_CLOSING: in fsm_rconfreq()
613 case PPP_FSM_CLOSING: in fsm_rtermack()
668 case PPP_FSM_CLOSING: in fsm_protreject()
/third_party/lwip/src/include/netif/ppp/
Dfsm.h138 #define PPP_FSM_CLOSING 4 /* Terminating the connection, not open */ macro