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