Home
last modified time | relevance | path

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

/external/ppp/pppd/
Dsys-solaris.c1734 sifvjcomp(u, vjcomp, xcidcomp, xmaxcid) in sifvjcomp() argument
1735 int u, vjcomp, xcidcomp, xmaxcid; in sifvjcomp()
1740 if (vjcomp) {
1748 cf[0] = (vjcomp? COMP_VJC + DECOMP_VJC: 0) /* XXX this is wrong */
1752 if (vjcomp)
Dsys-linux.c2221 int sifvjcomp (int u, int vjcomp, int cidcomp, int maxcid) in sifvjcomp() argument
2225 if (vjcomp) { in sifvjcomp()
2228 vjcomp = 0; in sifvjcomp()
2231 x = (vjcomp? SC_COMP_TCP: 0) | (cidcomp? 0: SC_NO_TCP_CCID); in sifvjcomp()