Searched refs:nextstate (Results 1 – 1 of 1) sorted by relevance
200 static void terminate_layer(fsm *f, int nextstate) { in terminate_layer() argument219 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