Searched refs:MPPC_CCOUNT_MASK (Results 1 – 1 of 1) sorted by relevance
130 #define MPPC_CCOUNT_MASK 0x0fff /* sequence number mask */ macro132 #define MPPC_CCOUNT_INC(d) ((d) = (((d) + 1) & MPPC_CCOUNT_MASK))645 cc = (header & MPPC_CCOUNT_MASK); in ng_mppc_decompress()649 numLost = ((cc - d->cc) & MPPC_CCOUNT_MASK); in ng_mppc_decompress()