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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dsys-sunos4.c850 sifvjcomp(u, vjcomp, xcidcomp, xmaxcid)
851 int u, vjcomp, xcidcomp, xmaxcid;
856 if (vjcomp) {
864 cf[0] = (vjcomp? COMP_VJC + DECOMP_VJC: 0)
868 if (vjcomp)
H A Dsys-solaris.c1607 sifvjcomp(u, vjcomp, xcidcomp, xmaxcid)
1608 int u, vjcomp, xcidcomp, xmaxcid;
1613 if (vjcomp) {
1621 cf[0] = (vjcomp? COMP_VJC + DECOMP_VJC: 0)
1625 if (vjcomp)
H A Dsys-linux.c2117 int sifvjcomp (int u, int vjcomp, int cidcomp, int maxcid) argument
2121 if (vjcomp) {
2125 vjcomp = 0;
2129 x = vjcomp ? x | SC_COMP_TCP : x &~ SC_COMP_TCP;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppoecd/
H A Dsys-linux.c806 int sifvjcomp (int u, int vjcomp, int cidcomp, int maxcid) argument
810 if (vjcomp) {
814 vjcomp = 0;
818 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-solaris.c1734 sifvjcomp(u, vjcomp, xcidcomp, xmaxcid)
1735 int u, vjcomp, xcidcomp, xmaxcid;
1740 if (vjcomp) {
1748 cf[0] = (vjcomp? COMP_VJC + DECOMP_VJC: 0) /* XXX this is wrong */
1752 if (vjcomp)
H A Dsys-linux.c2220 int sifvjcomp (int u, int vjcomp, int cidcomp, int maxcid) argument
2224 if (vjcomp) {
2227 vjcomp = 0;
2230 x = (vjcomp? SC_COMP_TCP: 0) | (cidcomp? 0: SC_NO_TCP_CCID);

Completed in 82 milliseconds