Home
last modified time | relevance | path

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

/third_party/lwip/src/include/netif/ppp/
H A Dfsm.h173 void fsm_input(fsm *f, u_char *inpacket, int l);
/third_party/lwip/src/netif/ppp/
H A Dfsm.c316 * fsm_input - Input packet.
318 void fsm_input(fsm *f, u_char *inpacket, int l) { in fsm_input() function
329 FSMDEBUG(("fsm_input(%x): Rcvd short header.", f->protocol)); in fsm_input()
336 FSMDEBUG(("fsm_input(%x): Rcvd illegal length.", f->protocol)); in fsm_input()
340 FSMDEBUG(("fsm_input(%x): Rcvd short packet.", f->protocol)); in fsm_input()
346 FSMDEBUG(("fsm_input(%x): Rcvd packet in state %d.", in fsm_input()
H A Dipv6cp.c492 fsm_input(&pcb->ipv6cp_fsm, p, len); in ipv6cp_input()
H A Dccp.c464 fsm_input(f, p, len); in ccp_input()
H A Dipcp.c693 fsm_input(f, p, len); in ipcp_input()
H A Dlcp.c517 fsm_input(f, p, len); in lcp_input()

Completed in 11 milliseconds