Home
last modified time | relevance | path

Searched refs:lcp_fsm (Results 1 – 5 of 5) sorted by relevance

/external/ppp/pppd/
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];
434 fsm *f = &lcp_fsm[unit];
462 fsm *f = &lcp_fsm[unit];
[all …]
Dlcp.h115 extern fsm lcp_fsm[];
Dccp.c1469 if (lcp_fsm[f->unit].state == OPENED) {
Dmain.c1112 if (protocol != PPP_LCP && lcp_fsm[0].state != OPENED) { in get_input()
/external/syslinux/core/lwip/src/netif/ppp/
Dlcp.c98 static fsm lcp_fsm[NUM_PPP]; /* LCP fsm structure (global)*/ variable
242 fsm *f = &lcp_fsm[unit]; in lcp_init()
307 fsm *f = &lcp_fsm[unit]; in lcp_open()
329 fsm *f = &lcp_fsm[unit]; in lcp_close()
377 fsm_lowerup(&lcp_fsm[unit]); in lcp_lowerup()
387 fsm_lowerdown(&lcp_fsm[unit]); in lcp_lowerdown()
397 fsm *f = &lcp_fsm[unit]; in lcp_input()
495 fsm_protreject(&lcp_fsm[unit]); in lcp_protrej()
510 fsm_sdata(&lcp_fsm[unit], PROTREJ, ++lcp_fsm[unit].id, p, len); in lcp_sprotrej()
2038 fsm *f = &lcp_fsm[unit]; in lcp_echo_lowerup()
[all …]