Lines Matching defs:cishort
622 u_short cilen, citype, cishort;
656 GETSHORT(cishort, p); \
657 if (cishort != val) \
720 u_short cishort;
753 GETSHORT(cishort, p); \
793 if (cishort == IPCP_VJ_COMP) {
803 if (cishort == IPCP_VJ_COMP || cishort == IPCP_VJ_COMP_OLD) {
805 try.vj_protocol = cishort;
902 u_short cishort;
937 GETSHORT(cishort, p); \
939 if (cishort != val) \
1018 u_short cishort;
1239 cishort = IPCP_VJ_COMP;
1241 GETSHORT(cishort, p);
1242 if (cishort != IPCP_VJ_COMP &&
1243 (cishort != IPCP_VJ_COMP_OLD || cilen != CILEN_COMPRESS)) {
1245 cishort = IPCP_VJ_COMP;
1266 if (cishort == IPCP_VJ_COMP) {
1268 PUTSHORT(cishort, nakp);
1273 PUTSHORT(cishort, nakp);
1277 ho->vj_protocol = cishort;
1792 u_short cishort;
1835 GETSHORT(cishort, p);
1837 switch (cishort) {
1845 printer(arg, "0x%x", cishort);