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

  /external/libppp/src/
proto.h 44 #define PROTO_COMPRESSIBLE(p) (((p) & 0xff81) == 0x01)
ccp.c 721 if (PROTO_COMPRESSIBLE(*proto)) {
777 } else if (PROTO_COMPRESSIBLE(*proto) && l->ccp.in.state != NULL) {

Completed in 682 milliseconds