Searched refs:SC_COMP_RUN (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Dif_ppp.h91 #define SC_COMP_RUN 0x00001000 /* compressor has been initiated */ macro
/macosx-10.10.1/ppp-786.1.1/Family/
H A Dppp_comp.c313 wan->sc_flags &= ~SC_COMP_RUN;
365 wan->sc_flags &= ~(rcvd ? SC_COMP_RUN : SC_DECOMP_RUN);
387 wan->sc_flags |= SC_COMP_RUN;
401 if (wan->xc_state && (wan->sc_flags & SC_COMP_RUN))
415 wan->sc_flags &= ~(SC_CCP_OPEN | SC_CCP_UP | SC_COMP_RUN | SC_DECOMP_RUN);
H A Dif_ppp.h79 #define SC_COMP_RUN 0x00001000 /* compressor has been inited */ macro
H A Dppp_if.c1340 if (wan->sc_flags & SC_COMP_RUN) {

Completed in 81 milliseconds