HomeSort by relevance Sort by last modified time
    Searched refs:fsm_input (Results 1 - 7 of 7) sorted by null

  /external/ppp/pppd/
fsm.h 160 void fsm_input __P((fsm *, u_char *, int));
fsm.c 331 * 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.",
ipv6cp.c 495 fsm_input(&ipv6cp_fsm[unit], p, len);
    [all...]
ipxcp.c 520 fsm_input(&ipxcp_fsm[unit], p, len);
    [all...]
ccp.c 454 fsm_input(f, p, len);
    [all...]
ipcp.c 653 fsm_input(&ipcp_fsm[unit], p, len);
    [all...]
lcp.c 494 fsm_input(f, p, len);
    [all...]

Completed in 53 milliseconds