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

/external/libppp/src/
H A DMakefile12 tcpmss.c throughput.c timer.c tty.c tun.c udp.c vjcomp.c
/external/ppp/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.c2221 int sifvjcomp (int u, int vjcomp, int cidcomp, int maxcid) argument
2225 if (vjcomp) {
2228 vjcomp = 0;
2231 x = (vjcomp? SC_COMP_TCP: 0) | (cidcomp? 0: SC_NO_TCP_CCID);

Completed in 114 milliseconds