Searched refs:MPPE_BIT_FLUSHED (Results 1 – 1 of 1) sorted by relevance
123 #define MPPE_BIT_FLUSHED MPPE_BIT_A macro356 state->bits |= MPPE_BIT_FLUSHED; in mppe_comp_reset()408 (state->bits & MPPE_BIT_FLUSHED)) { /* CCP Reset-Request */ in mppe_compress()414 state->bits |= MPPE_BIT_FLUSHED; in mppe_compress()417 state->bits &= ~MPPE_BIT_FLUSHED; /* reset for next xmit */ in mppe_compress()485 int flushed = MPPE_BITS(ibuf) & MPPE_BIT_FLUSHED; in mppe_decompress()