Home | History | Annotate | Download | only in src

Lines Matching refs:ccp

70 #include "ccp.h"
166 /* The given FSM (ccp) is about to start up ! */
172 /* The given fsm (ccp) is now up */
180 /* The given FSM (ccp) has been told to come down */
186 /* The given fsm (ccp) is now down */
188 fsm_Open(fp); /* CCP goes to ST_STOPPED */
285 ccp_Init(&mp->link.ccp, mp->bundle, &mp->link, &mp->fsmp);
367 if (ccp_SetOpenMode(&mp->link.ccp)) {
368 fsm_Up(&mp->link.ccp.fsm);
369 fsm_Open(&mp->link.ccp.fsm);
392 /* CCP goes down with a bang */
393 fsm2initial(&mp->link.ccp.fsm);
657 if (l->ccp.fsm.state != ST_OPENED && ccp_Required(&l->ccp)) {
658 log_Printf(LogPHASE, "%s: Not transmitting... waiting for CCP\n", l->name);