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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dfsm.h160 void fsm_input __P((fsm *, u_char *, int));
H A Dfsm.c331 * fsm_input - Input packet.
334 fsm_input(f, inpacket, l) function
349 FSMDEBUG(("fsm_input(%x): Rcvd short header.", f->protocol));
356 FSMDEBUG(("fsm_input(%x): Rcvd illegal length.", f->protocol));
360 FSMDEBUG(("fsm_input(%x): Rcvd short packet.", f->protocol));
366 FSMDEBUG(("fsm_input(%x): Rcvd packet in state %d.",
H A Dipv6cp.c495 fsm_input(&ipv6cp_fsm[unit], p, len);
H A Dccp.c454 fsm_input(f, p, len);
H A Dipxcp.c520 fsm_input(&ipxcp_fsm[unit], p, len);
H A Dipcp.c653 fsm_input(&ipcp_fsm[unit], p, len);
H A Dlcp.c500 fsm_input(f, p, len);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dfsm.h136 void fsm_input __P((fsm *, u_char *, int));
H A Dfsm.c282 * fsm_input - Input packet.
285 fsm_input(f, inpacket, l) function
300 FSMDEBUG(("fsm_input(%x): Rcvd short header.", f->protocol));
307 FSMDEBUG(("fsm_input(%x): Rcvd illegal length.", f->protocol));
311 FSMDEBUG(("fsm_input(%x): Rcvd short packet.", f->protocol));
317 FSMDEBUG(("fsm_input(%x): Rcvd packet in state %d.",
H A Dccp.c388 fsm_input(f, p, len);
H A Dipv6cp.c448 fsm_input(&ipv6cp_fsm[unit], p, len);
H A Dipxcp.c497 fsm_input(&ipxcp_fsm[unit], p, len);
H A Dipcp.c612 fsm_input(&ipcp_fsm[unit], p, len);
H A Dlcp.c473 fsm_input(f, p, len);

Completed in 86 milliseconds