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

  /external/ppp/pppd/
lcp.h 115 extern fsm lcp_fsm[];
lcp.c 154 { "lcp-restart", o_int, &lcp_fsm[0].timeouttime,
156 { "lcp-max-terminate", o_int, &lcp_fsm[0].maxtermtransmits,
158 { "lcp-max-configure", o_int, &lcp_fsm[0].maxconfreqtransmits,
160 { "lcp-max-failure", o_int, &lcp_fsm[0].maxnakloops,
190 fsm lcp_fsm[NUM_PPP]; /* LCP fsm structure (global)*/ variable
339 fsm *f = &lcp_fsm[unit];
379 fsm *f = &lcp_fsm[unit];
399 fsm *f = &lcp_fsm[unit];
434 fsm *f = &lcp_fsm[unit];
462 fsm *f = &lcp_fsm[unit]
    [all...]
ccp.c 43 #include "lcp.h" /* lcp_close(), lcp_fsm */
    [all...]
main.c 1112 if (protocol != PPP_LCP && lcp_fsm[0].state != OPENED) {
    [all...]
  /external/syslinux/core/lwip/src/netif/ppp/
lcp.c 98 static fsm lcp_fsm[NUM_PPP]; /* LCP fsm structure (global)*/ variable
242 fsm *f = &lcp_fsm[unit];
307 fsm *f = &lcp_fsm[unit];
329 fsm *f = &lcp_fsm[unit];
377 fsm_lowerup(&lcp_fsm[unit]);
387 fsm_lowerdown(&lcp_fsm[unit]);
397 fsm *f = &lcp_fsm[unit];
495 fsm_protreject(&lcp_fsm[unit]);
510 fsm_sdata(&lcp_fsm[unit], PROTREJ, ++lcp_fsm[unit].id, p, len)
    [all...]

Completed in 66 milliseconds