Home
last modified time | relevance | path

Searched refs:MPPE_BIT_FLUSHED (Results 1 – 1 of 1) sorted by relevance

/third_party/lwip/src/netif/ppp/
Dmppe.c47 #define MPPE_BIT_FLUSHED MPPE_BIT_A macro
184 state->bits |= MPPE_BIT_FLUSHED; in mppe_comp_reset()
231 (state->bits & MPPE_BIT_FLUSHED)) { /* CCP Reset-Request */ in mppe_compress()
237 state->bits |= MPPE_BIT_FLUSHED; in mppe_compress()
240 state->bits &= ~MPPE_BIT_FLUSHED; /* reset for next xmit */ in mppe_compress()
296 flushed = MPPE_BITS(pl) & MPPE_BIT_FLUSHED; in mppe_decompress()