Searched refs:ccp_fsm (Results 1 - 3 of 3) sorted by relevance

/external/ppp/pppd/
H A Dccp.h46 extern fsm ccp_fsm[];
H A Dccp.c199 fsm ccp_fsm[NUM_PPP]; variable
354 fsm *f = &ccp_fsm[unit];
390 fsm *f = &ccp_fsm[unit];
415 fsm_close(&ccp_fsm[unit], reason);
425 fsm_lowerup(&ccp_fsm[unit]);
435 fsm_lowerdown(&ccp_fsm[unit]);
447 fsm *f = &ccp_fsm[unit];
515 fsm_lowerdown(&ccp_fsm[unit]);
1625 f = &ccp_fsm[unit];
H A Dmain.c595 ccp_fsm[0].flags = OPT_RESTART; /* clears OPT_SILENT */

Completed in 53 milliseconds