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

  /src/sys/net/
if_ppp.h 80 #define SC_COMP_RUN 0x00001000 /* compressor has been inited */
if_ppp.c 637 sc->sc_flags &= ~SC_COMP_RUN;
1209 sc->sc_xc_state && (sc->sc_flags & SC_COMP_RUN)) {
1336 sc->sc_flags &= ~(SC_CCP_UP | SC_COMP_RUN | SC_DECOMP_RUN);
1354 sc->sc_flags |= SC_COMP_RUN;
1381 if (sc->sc_xc_state && (sc->sc_flags & SC_COMP_RUN))

Completed in 20 milliseconds