Home | History | Annotate | Download | only in pppd

Lines Matching refs:cishort

881     u_short cilen, citype, cishort;
921 GETSHORT(cishort, p); \
922 if (cishort != val) \
1028 u_short cishort;
1063 GETSHORT(cishort, p); \
1125 if (cishort == IPCP_VJ_COMP) {
1135 if (cishort == IPCP_VJ_COMP || cishort == IPCP_VJ_COMP_OLD) {
1137 try.vj_protocol = cishort;
1275 u_short cishort;
1313 GETSHORT(cishort, p); \
1315 if (cishort != val) \
1430 u_short cishort; /* Parsed short value */
1605 GETSHORT(cishort, p);
1607 if (!(cishort == IPCP_VJ_COMP ||
1608 (cishort == IPCP_VJ_COMP_OLD && cilen == CILEN_COMPRESS))) {
1614 ho->vj_protocol = cishort;
2155 u_short cishort;
2202 GETSHORT(cishort, p);
2204 switch (cishort) {
2212 printer(arg, "0x%x", cishort);