Searched refs:MPPE_CCOUNT (Results 1 – 1 of 1) sorted by relevance
51 #define MPPE_CCOUNT(p) ((((p)[0] & 0x0f) << 8) + (p)[1]) macro297 ccount = MPPE_CCOUNT(pl); in mppe_decompress()