HomeSort by relevance Sort by last modified time
    Searched refs:PROTO_CCP (Results 1 - 7 of 7) sorted by null

  /external/libppp/src/
proto.h 51 #define PROTO_CCP 0x80fd
ccp.h 121 #define fsm2ccp(fp) (fp->proto == PROTO_CCP ? (struct ccp *)fp : NULL)
link.c 207 { PROTO_CCP, "CCP" },
365 { PROTO_CCP, ccp_Input },
fsm.c 504 if (fp->proto == PROTO_CCP && fp->link->lcp.fsm.state == ST_OPENED) {
899 case PROTO_CCP:
ccp.c 249 fsm_Init(&ccp->fsm, "CCP", PROTO_CCP, 1, CCP_MAXCODE, LogCCP,
676 /* Got PROTO_CCP from link */
datalink.c 592 } else if (fp->proto == PROTO_CCP)
    [all...]
bundle.c 298 } else if (fp->proto == PROTO_CCP)
    [all...]

Completed in 1784 milliseconds