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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dlcp.c182 { "lcp-restart", o_int, &lcp_fsm[0].timeouttime,
184 { "lcp-max-terminate", o_int, &lcp_fsm[0].maxtermtransmits,
186 { "lcp-max-configure", o_int, &lcp_fsm[0].maxconfreqtransmits,
188 { "lcp-max-failure", o_int, &lcp_fsm[0].maxnakloops,
233 fsm lcp_fsm[NUM_PPP]; /* LCP fsm structure (global)*/ variable
503 fsm *f = &lcp_fsm[unit];
573 fsm *f = &lcp_fsm[unit];
593 fsm *f = &lcp_fsm[unit];
608 fsm_close(&lcp_fsm[unit], reason);
642 fsm_lowerup(&lcp_fsm[uni
[all...]

Completed in 101 milliseconds