Home
last modified time | relevance | path

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

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