Home
last modified time | relevance | path

Searched refs:PROTO_COMPRESSIBLE (Results 1 – 2 of 2) sorted by relevance

/external/libppp/src/
Dproto.h44 #define PROTO_COMPRESSIBLE(p) (((p) & 0xff81) == 0x01) macro
Dccp.c721 if (PROTO_COMPRESSIBLE(*proto)) { in ccp_LayerPush()
777 } else if (PROTO_COMPRESSIBLE(*proto) && l->ccp.in.state != NULL) { in ccp_LayerPull()