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.
709 val = ppp->flags | ppp->xstate | ppp->rstate;
2212 if (ppp->rc_state && (ppp->rstate & SC_DECOMP_RUN) &&
2213 (ppp->rstate & (SC_DC_FERROR | SC_DC_ERROR)) == 0)
2216 if (ppp->flags & SC_MUST_COMP && ppp->rstate & SC_DC_FERROR)
2383 ppp->rstate |= SC_DC_FERROR;
2407 ppp->rstate |= SC_DC_ERROR;
2888 ppp->rstate &= ~SC_DECOMP_RUN;
2936 ppp->rstate &= ~SC_DECOMP_RUN;
2945 ppp->rstate &= ~SC_DECOMP_RUN;
2965 ppp->rstate |= SC_DECOMP_RUN;
2966 ppp->rstate &= ~(SC_DC_ERROR | SC_DC_FERROR);
2983 if (ppp->rc_state && (ppp->rstate & SC_DECOMP_RUN)) {
2985 ppp->rstate &= ~SC_DC_ERROR;
2999 void *xstate, *rstate;
3008 ppp->rstate = 0;
3010 rstate = ppp->rc_state;
3018 if (rstate) {
3019 rcomp->decomp_free(rstate);