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

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

Completed in 33 milliseconds