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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dccp.h44 extern fsm ccp_fsm[];
H A Dccp.c123 fsm ccp_fsm[NUM_PPP]; variable
309 fsm *f = &ccp_fsm[unit];
346 fsm *f = &ccp_fsm[unit];
376 fsm_close(&ccp_fsm[unit], reason);
386 fsm_lowerup(&ccp_fsm[unit]);
396 fsm_lowerdown(&ccp_fsm[unit]);
408 fsm *f = &ccp_fsm[unit];
520 fsm_lowerdown(&ccp_fsm[unit]);
1450 f = &ccp_fsm[unit];
H A Dmain.c908 ccp_fsm[0].flags &= ~OPT_SILENT;

Completed in 94 milliseconds