Searched refs:lcp_fsm (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | lcp.c | 182 { "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[unit]); [all …]
|
H A D | lcp.h | 149 extern fsm lcp_fsm[];
|
H A D | auth.c | 832 TIMEOUT(connect_time_expired, &lcp_fsm[unit], maxconnect);
|