Lines Matching refs:cishort
845 u_short cilen, citype, cishort; local
885 GETSHORT(cishort, p); \
886 if (cishort != val) \
973 u_short cishort; local
1008 GETSHORT(cishort, p); \
1070 if (cishort == IPCP_VJ_COMP) {
1080 if (cishort == IPCP_VJ_COMP || cishort == IPCP_VJ_COMP_OLD) {
1082 try.vj_protocol = cishort;
1193 u_short cishort; local
1231 GETSHORT(cishort, p); \
1233 if (cishort != val) \
1329 u_short cishort; /* Parsed short value */ local
1504 GETSHORT(cishort, p);
1506 if (!(cishort == IPCP_VJ_COMP ||
1507 (cishort == IPCP_VJ_COMP_OLD && cilen == CILEN_COMPRESS))) {
1513 ho->vj_protocol = cishort;
2038 u_short cishort; local
2085 GETSHORT(cishort, p);
2087 switch (cishort) {
2095 printer(arg, "0x%x", cishort);