Home
last modified time | relevance | path

Searched refs:vjcomp (Results 1 – 2 of 2) sorted by relevance

/external/ppp/pppd/
Dsys-solaris.c1737 sifvjcomp(u, vjcomp, xcidcomp, xmaxcid) in sifvjcomp() argument
1738 int u, vjcomp, xcidcomp, xmaxcid; in sifvjcomp()
1743 if (vjcomp) {
1751 cf[0] = (vjcomp? COMP_VJC + DECOMP_VJC: 0) /* XXX this is wrong */
1755 if (vjcomp)
Dsys-linux.c2246 int sifvjcomp (int u, int vjcomp, int cidcomp, int maxcid) in sifvjcomp() argument
2250 if (vjcomp) { in sifvjcomp()
2253 vjcomp = 0; in sifvjcomp()
2257 x = (vjcomp? SC_COMP_TCP: 0) | (cidcomp? 0: SC_NO_TCP_CCID); in sifvjcomp()