Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/ppp/dist/pppd/
Dccp.c205 fsm ccp_fsm[NUM_PPP]; variable
357 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];
Dccp.h50 extern fsm ccp_fsm[];
Dmain.c626 ccp_fsm[0].flags = OPT_RESTART; /* clears OPT_SILENT */ in main()