Searched refs:PROTO_CCP (Results 1 – 7 of 7) sorted by relevance
/external/libppp/src/ |
D | proto.h | 51 #define PROTO_CCP 0x80fd macro
|
D | link.c | 207 { PROTO_CCP, "CCP" }, 365 { PROTO_CCP, ccp_Input },
|
D | ccp.h | 121 #define fsm2ccp(fp) (fp->proto == PROTO_CCP ? (struct ccp *)fp : NULL)
|
D | fsm.c | 504 if (fp->proto == PROTO_CCP && fp->link->lcp.fsm.state == ST_OPENED) { in FsmRecvConfigReq() 899 case PROTO_CCP: in FsmRecvProtoRej()
|
D | ccp.c | 249 fsm_Init(&ccp->fsm, "CCP", PROTO_CCP, 1, CCP_MAXCODE, LogCCP, in ccp_Init()
|
D | datalink.c | 592 } else if (fp->proto == PROTO_CCP) in datalink_LayerUp()
|
D | bundle.c | 298 } else if (fp->proto == PROTO_CCP) in bundle_LayerUp()
|