Home
last modified time | relevance | path

Searched refs:PROTO_ICOMPD (Results 1 – 4 of 4) sorted by relevance

/external/libppp/src/
Dproto.h41 #define PROTO_ICOMPD 0x00fb /* Individual link compressed */ macro
Dccp.c734 case PROTO_ICOMPD: in ccp_LayerPush()
756 if (*proto == PROTO_COMPD || *proto == PROTO_ICOMPD) { in ccp_LayerPull()
766 case PROTO_ICOMPD: in ccp_LayerPull()
791 PROTO_COMPD : PROTO_ICOMPD; in ccp_Proto()
Dlink.c204 { PROTO_ICOMPD, "ICOMPD" },
Dip.c692 case PROTO_ICOMPD: type = "Individual link CCP"; break; in PacketCheck()