Searched refs:DECOMP_VJC (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/include/net/
H A Dpppio.h71 #define DECOMP_VJC 0x40 /* decompress TCP/IP headers */ macro
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/include/net/
H A Dpppio.h63 #define DECOMP_VJC 0x40 /* decompress TCP/IP headers */ macro
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dsys-sunos4.c864 cf[0] = (vjcomp? COMP_VJC + DECOMP_VJC: 0)
866 cf[1] = COMP_VJC + DECOMP_VJC + COMP_VJCCID + DECOMP_VJCCID;
H A Dsys-solaris.c1621 cf[0] = (vjcomp? COMP_VJC + DECOMP_VJC: 0)
1623 cf[1] = COMP_VJC + DECOMP_VJC + COMP_VJCCID + DECOMP_VJCCID;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dsys-solaris.c1748 cf[0] = (vjcomp? COMP_VJC + DECOMP_VJC: 0) /* XXX this is wrong */
1750 cf[1] = COMP_VJC + DECOMP_VJC + COMP_VJCCID + DECOMP_VJCCID;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/modules/
H A Dppp_comp.c925 if ((cp->flags & DECOMP_VJC) == 0 || len <= 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/solaris/
H A Dppp_comp.c925 if ((cp->flags & DECOMP_VJC) == 0 || len <= 0)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/modules/
H A Dppp_comp.c909 if ((cp->flags & DECOMP_VJC) == 0 || len <= 0)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/solaris/
H A Dppp_comp.c909 if ((cp->flags & DECOMP_VJC) == 0 || len <= 0)

Completed in 203 milliseconds