Searched refs:SC_COMP_TCP (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/include/net/
H A Dif_ppp.h53 #define SC_COMP_TCP 0x00000004 /* TCP (VJ) compression (output) */ macro
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/include/net/
H A Dif_ppp.h30 #define SC_COMP_TCP 0x00000004 /* TCP (VJ) compression (output) */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/include/linux/
H A Dif_ppp.h77 #define SC_COMP_TCP 0x00000004 /* TCP (VJ) compression (output) */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dif_ppp.h56 #define SC_COMP_TCP 0x00000004 /* TCP (VJ) compression (output) */ macro
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/include/linux/
H A Dif_ppp.h54 #define SC_COMP_TCP 0x00000004 /* TCP (VJ) compression (output) */ macro
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppoecd/
H A Dsys-linux.c818 x = vjcomp ? x | SC_COMP_TCP : x &~ SC_COMP_TCP;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dsys-linux.c2230 x = (vjcomp? SC_COMP_TCP: 0) | (cidcomp? 0: SC_NO_TCP_CCID);
2231 modify_flags(ppp_dev_fd, SC_COMP_TCP|SC_NO_TCP_CCID, x);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dsys-linux.c2129 x = vjcomp ? x | SC_COMP_TCP : x &~ SC_COMP_TCP;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dppp_generic.c147 * SC_MULTILINK, SC_MP_SHORTSEQ, SC_MP_XSHORTSEQ, SC_COMP_TCP, SC_REJ_COMP_TCP,
154 |SC_COMP_TCP|SC_REJ_COMP_TCP|SC_MUST_COMP)
1385 if (!ppp->vj || (ppp->flags & SC_COMP_TCP) == 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/i4l/
H A Disdn_ppp.c1321 if (proto == PPP_IP && ipts->pppcfg & SC_COMP_TCP) { /* ipts here? probably yes, but check this again */

Completed in 168 milliseconds