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

/asus-wl-520gu-7.0.1.45/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.c2118 int sifvjcomp (int u, int vjcomp, int cidcomp, int maxcid) argument
2122 if (vjcomp) {
2126 vjcomp = 0;
2130 x = vjcomp ? x | SC_COMP_TCP : x &~ SC_COMP_TCP;
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/
H A Dsys-sunos4.c961 sifvjcomp(u, vjcomp, xcidcomp, xmaxcid)
962 int u, vjcomp, xcidcomp, xmaxcid;
967 if (vjcomp) {
975 cf[0] = (vjcomp? COMP_VJC + DECOMP_VJC: 0) /* XXX this is wrong */
979 if (vjcomp)
H A Dsys-solaris.c1738 sifvjcomp(u, vjcomp, xcidcomp, xmaxcid)
1739 int u, vjcomp, xcidcomp, xmaxcid;
1744 if (vjcomp) {
1752 cf[0] = (vjcomp? COMP_VJC + DECOMP_VJC: 0) /* XXX this is wrong */
1756 if (vjcomp)
H A Dsys-linux.c2232 int sifvjcomp (int u, int vjcomp, int cidcomp, int maxcid) argument
2236 if (vjcomp) {
2239 vjcomp = 0;
2242 x = (vjcomp? SC_COMP_TCP: 0) | (cidcomp? 0: SC_NO_TCP_CCID);
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/
H A Dsys-sunos4.c961 sifvjcomp(u, vjcomp, xcidcomp, xmaxcid)
962 int u, vjcomp, xcidcomp, xmaxcid;
967 if (vjcomp) {
975 cf[0] = (vjcomp? COMP_VJC + DECOMP_VJC: 0) /* XXX this is wrong */
979 if (vjcomp)
H A Dsys-solaris.c1738 sifvjcomp(u, vjcomp, xcidcomp, xmaxcid)
1739 int u, vjcomp, xcidcomp, xmaxcid;
1744 if (vjcomp) {
1752 cf[0] = (vjcomp? COMP_VJC + DECOMP_VJC: 0) /* XXX this is wrong */
1756 if (vjcomp)
H A Dsys-linux.c2232 int sifvjcomp (int u, int vjcomp, int cidcomp, int maxcid) argument
2236 if (vjcomp) {
2239 vjcomp = 0;
2242 x = (vjcomp? SC_COMP_TCP: 0) | (cidcomp? 0: SC_NO_TCP_CCID);
/asus-wl-520gu-7.0.1.45/src/router/ppp/pppoecd/
H A Dsys-linux.c804 int sifvjcomp (int u, int vjcomp, int cidcomp, int maxcid) argument
808 if (vjcomp) {
812 vjcomp = 0;
816 x = vjcomp ? x | SC_COMP_TCP : x &~ SC_COMP_TCP;

Completed in 128 milliseconds