Searched refs:MPPE_BIT_FLUSHED (Results 1 – 1 of 1) sorted by relevance
117 #define MPPE_BIT_FLUSHED MPPE_BIT_A macro328 state->bits |= MPPE_BIT_FLUSHED; in mppe_comp_reset()377 (state->bits & MPPE_BIT_FLUSHED)) { /* CCP Reset-Request */ in mppe_compress()383 state->bits |= MPPE_BIT_FLUSHED; in mppe_compress()386 state->bits &= ~MPPE_BIT_FLUSHED; /* reset for next xmit */ in mppe_compress()439 int flushed = MPPE_BITS(ibuf) & MPPE_BIT_FLUSHED; in mppe_decompress()