Home
last modified time | relevance | path

Searched refs:PROTO_CCP (Results 1 – 7 of 7) sorted by relevance

/external/libppp/src/
Dproto.h51 #define PROTO_CCP 0x80fd macro
Dlink.c207 { PROTO_CCP, "CCP" },
365 { PROTO_CCP, ccp_Input },
Dccp.h121 #define fsm2ccp(fp) (fp->proto == PROTO_CCP ? (struct ccp *)fp : NULL)
Dfsm.c504 if (fp->proto == PROTO_CCP && fp->link->lcp.fsm.state == ST_OPENED) { in FsmRecvConfigReq()
899 case PROTO_CCP: in FsmRecvProtoRej()
Dccp.c249 fsm_Init(&ccp->fsm, "CCP", PROTO_CCP, 1, CCP_MAXCODE, LogCCP, in ccp_Init()
Ddatalink.c592 } else if (fp->proto == PROTO_CCP) in datalink_LayerUp()
Dbundle.c298 } else if (fp->proto == PROTO_CCP) in bundle_LayerUp()