Lines Matching defs:rstate
126 unsigned int rstate; /* receive state bits 6c */
159 * Bits in rstate: SC_DECOMP_RUN, SC_DC_ERROR, SC_DC_FERROR.
820 val = ppp->flags | ppp->xstate | ppp->rstate;
2383 if (ppp->rc_state && (ppp->rstate & SC_DECOMP_RUN) &&
2384 (ppp->rstate & (SC_DC_FERROR | SC_DC_ERROR)) == 0)
2387 if (ppp->flags & SC_MUST_COMP && ppp->rstate & SC_DC_FERROR)
2554 ppp->rstate |= SC_DC_FERROR;
2578 ppp->rstate |= SC_DC_ERROR;
3062 ppp->rstate &= ~SC_DECOMP_RUN;
3110 ppp->rstate &= ~SC_DECOMP_RUN;
3119 ppp->rstate &= ~SC_DECOMP_RUN;
3139 ppp->rstate |= SC_DECOMP_RUN;
3140 ppp->rstate &= ~(SC_DC_ERROR | SC_DC_FERROR);
3157 if (ppp->rc_state && (ppp->rstate & SC_DECOMP_RUN)) {
3159 ppp->rstate &= ~SC_DC_ERROR;
3173 void *xstate, *rstate;
3182 ppp->rstate = 0;
3184 rstate = ppp->rc_state;
3192 if (rstate) {
3193 rcomp->decomp_free(rstate);