Searched defs:lcp_fsm (Results 1 - 1 of 1) sorted by relevance

/external/ppp/pppd/
H A Dlcp.c154 { "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];
426 fsm *f = &lcp_fsm[unit];
454 fsm *f = &lcp_fsm[uni
[all...]

Completed in 273 milliseconds