Searched refs:SC_DECOMP_RUN (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/include/net/
H A Dif_ppp.h77 #define SC_DECOMP_RUN 0x00002000 /* decompressor has been inited */ macro
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/include/net/
H A Dif_ppp.h54 #define SC_DECOMP_RUN 0x00002000 /* decompressor has been inited */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/include/linux/
H A Dif_ppp.h88 #define SC_DECOMP_RUN 0x00002000 /* decompressor has been inited */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dif_ppp.h67 #define SC_DECOMP_RUN 0x00002000 /* decompressor has been inited */ macro
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/include/linux/
H A Dif_ppp.h65 #define SC_DECOMP_RUN 0x00002000 /* decompressor has been inited */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dppp_generic.c149 * Bits in rstate: SC_DECOMP_RUN, SC_DC_ERROR, SC_DC_FERROR.
1926 if (ppp->rc_state && (ppp->rstate & SC_DECOMP_RUN) &&
2559 ppp->rstate &= ~SC_DECOMP_RUN;
2607 ppp->rstate &= ~SC_DECOMP_RUN;
2616 ppp->rstate &= ~SC_DECOMP_RUN;
2636 ppp->rstate |= SC_DECOMP_RUN;
2654 if (ppp->rc_state && (ppp->rstate & SC_DECOMP_RUN)) {

Completed in 69 milliseconds