Searched refs:SC_CCP_OPEN (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/ppp-786.1.1/Family/
H A Dppp_if.h84 * Bits in sc_flags: SC_NO_TCP_CCID, SC_CCP_OPEN, SC_CCP_UP, SC_LOOP_TRAFFIC,
87 #define SC_FLAG_BITS (SC_NO_TCP_CCID|SC_CCP_OPEN|SC_CCP_UP|SC_LOOP_TRAFFIC \
H A Dif_ppp.h73 #define SC_CCP_OPEN 0x00000040 /* Look at CCP packets */ macro
H A Dppp_comp.c369 if (wan->sc_flags & SC_CCP_OPEN && !(wan->sc_flags & SC_CCP_UP)
415 wan->sc_flags &= ~(SC_CCP_OPEN | SC_CCP_UP | SC_COMP_RUN | SC_DECOMP_RUN);
/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Dif_ppp.h73 #define SC_CCP_OPEN 0x00000040 /* Look at CCP packets */ macro
/macosx-10.10.1/ppp-786.1.1/Helpers/pppd/
H A Dsys-MacOSX.c1940 x = isopen? x | SC_CCP_OPEN: x &~ SC_CCP_OPEN;

Completed in 110 milliseconds