Searched defs:MPPE_CCOUNT (Results 1 – 2 of 2) sorted by relevance
51 #define MPPE_CCOUNT(p) ((((p)[0] & 0x0f) << 8) + (p)[1]) macro