Home
last modified time | relevance | path

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

/external/libppp/src/
Dproto.h42 #define PROTO_COMPD 0x00fd /* Compressed datagram */ macro
Dccp.c737 case PROTO_COMPD: in ccp_LayerPush()
756 if (*proto == PROTO_COMPD || *proto == PROTO_ICOMPD) { in ccp_LayerPull()
769 case PROTO_COMPD: in ccp_LayerPull()
791 PROTO_COMPD : PROTO_ICOMPD; in ccp_Proto()
Dlink.c203 { PROTO_COMPD, "COMPD" },
Dip.c693 case PROTO_COMPD: type = "CCP"; break; in PacketCheck()