HomeSort by: relevance | last modified time | path
    Searched refs:ccp_fsm (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/ppp/dist/pppd/
ccp.h 50 extern fsm ccp_fsm[];
ccp.c 205 fsm ccp_fsm[NUM_PPP]; variable
357 fsm *f = &ccp_fsm[unit];
392 fsm *f = &ccp_fsm[unit];
415 fsm_close(&ccp_fsm[unit], reason);
424 fsm_lowerup(&ccp_fsm[unit]);
433 fsm_lowerdown(&ccp_fsm[unit]);
442 fsm *f = &ccp_fsm[unit];
505 fsm_lowerdown(&ccp_fsm[unit]);
1609 f = &ccp_fsm[unit];
main.c 626 ccp_fsm[0].flags = OPT_RESTART; /* clears OPT_SILENT */

Completed in 16 milliseconds