HomeSort by relevance Sort by last modified time
    Searched refs:ccp_fsm (Results 1 - 3 of 3) sorted by null

  /external/ppp/pppd/
ccp.h 46 extern fsm ccp_fsm[];
ccp.c 199 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]);
    [all...]
main.c 595 ccp_fsm[0].flags = OPT_RESTART; /* clears OPT_SILENT */
    [all...]

Completed in 21 milliseconds