Searched refs:fsm_input (Results 1 - 6 of 6) sorted by relevance
/third_party/lwip/src/include/netif/ppp/ |
H A D | fsm.h | 173 void fsm_input(fsm *f, u_char *inpacket, int l);
|
/third_party/lwip/src/netif/ppp/ |
H A D | fsm.c | 316 * 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 D | ipv6cp.c | 492 fsm_input(&pcb->ipv6cp_fsm, p, len); in ipv6cp_input()
|
H A D | ccp.c | 464 fsm_input(f, p, len); in ccp_input()
|
H A D | ipcp.c | 693 fsm_input(f, p, len); in ipcp_input()
|
H A D | lcp.c | 517 fsm_input(f, p, len); in lcp_input()
|
Completed in 11 milliseconds