HomeSort by: relevance | last modified time | path
    Searched refs:SC_DECOMP_RUN (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/net/
if_ppp.h 81 #define SC_DECOMP_RUN 0x00002000 /* decompressor has been inited */
if_ppp.c 654 sc->sc_flags &= ~SC_DECOMP_RUN;
1336 sc->sc_flags &= ~(SC_CCP_UP | SC_COMP_RUN | SC_DECOMP_RUN);
1369 sc->sc_flags |= SC_DECOMP_RUN;
1384 if (sc->sc_rc_state && (sc->sc_flags & SC_DECOMP_RUN)) {
1485 (sc->sc_flags & SC_DECOMP_RUN) &&
1522 if (sc->sc_rc_state && (sc->sc_flags & SC_DECOMP_RUN))

Completed in 148 milliseconds