Lines Matching defs:bits
100 /* the unit has to change to bits */
101 unsigned char bits; /* MPPE control bits */
111 /* struct ppp_mppe_state.bits definitions */
299 state->bits = MPPE_BIT_ENCRYPTED;
328 state->bits |= MPPE_BIT_FLUSHED;
362 * Copy over the PPP header and set control bits.
377 (state->bits & MPPE_BIT_FLUSHED)) { /* CCP Reset-Request */
383 state->bits |= MPPE_BIT_FLUSHED;
385 obuf[0] |= state->bits;
386 state->bits &= ~MPPE_BIT_FLUSHED; /* reset for next xmit */