Searched refs:ccp_fsm (Results 1 – 3 of 3) sorted by relevance
205 fsm ccp_fsm[NUM_PPP]; variable357 fsm *f = &ccp_fsm[unit]; in ccp_init()392 fsm *f = &ccp_fsm[unit]; in ccp_open()415 fsm_close(&ccp_fsm[unit], reason); in ccp_close()424 fsm_lowerup(&ccp_fsm[unit]); in ccp_lowerup()433 fsm_lowerdown(&ccp_fsm[unit]); in ccp_lowerdown()442 fsm *f = &ccp_fsm[unit]; in ccp_input()505 fsm_lowerdown(&ccp_fsm[unit]); in ccp_protrej()1609 f = &ccp_fsm[unit];
50 extern fsm ccp_fsm[];
626 ccp_fsm[0].flags = OPT_RESTART; /* clears OPT_SILENT */ in main()