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

/seL4-camkes-master/projects/picotcp/modules/
H A Dpico_dev_ppp.c1698 const struct pico_ppp_fsm *fsm, *next_fsm_to; local
1713 next_fsm_to = &ppp_lcp_fsm[ppp->lcp_state][PPP_LCP_EVENT_TO_POS];
1714 if (!next_fsm_to->event_handler[0]) {

Completed in 78 milliseconds