Home
last modified time | relevance | path

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

/lib/lwip/lwip/src/netif/ppp/
A Dfsm.c200 static void terminate_layer(fsm *f, int nextstate) { in terminate_layer() argument
219 f->state = nextstate == PPP_FSM_CLOSING ? PPP_FSM_CLOSED : PPP_FSM_STOPPED; in terminate_layer()
228 f->state = nextstate; in terminate_layer()

Completed in 5 milliseconds