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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dppp_mppe.c122 #define MPPE_BIT_FLUSHED MPPE_BIT_A macro
358 state->bits |= MPPE_BIT_FLUSHED;
411 (state->bits & MPPE_BIT_FLUSHED)) { /* CCP Reset-Request */
417 state->bits |= MPPE_BIT_FLUSHED;
420 state->bits &= ~MPPE_BIT_FLUSHED; /* reset for next xmit */
482 int flushed = MPPE_BITS(ibuf) & MPPE_BIT_FLUSHED;

Completed in 101 milliseconds