Lines Matching refs:cishort
428 u_short cilen, citype, cishort;
450 GETSHORT(cishort, p); \
451 if (cishort != val) { \
550 u_short cishort;
590 GETSHORT(cishort, p); \
635 if (cishort == IPCP_VJ_COMP) {
647 if (cishort == IPCP_VJ_COMP || cishort == IPCP_VJ_COMP_OLD) {
649 try.vj_protocol = cishort;
754 u_short cishort;
796 GETSHORT(cishort, p); \
798 if (cishort != val) { \
879 u_short cishort; /* Parsed short value */
1081 GETSHORT(cishort, p);
1083 if (!(cishort == IPCP_VJ_COMP ||
1084 (cishort == IPCP_VJ_COMP_OLD && cilen == CILEN_COMPRESS))) {
1085 IPCPDEBUG(LOG_INFO, ("ipcp_reqci: Rejecting COMPRESSTYPE %d\n", cishort));
1091 ho->vj_protocol = cishort;