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

  /external/ppp/pppd/
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...]
  /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 70 milliseconds