Lines Matching defs:cishort
405 u_short cilen, citype, cishort;
425 GETSHORT(cishort, p); \
426 if (cishort != val) \
494 u_short cishort;
533 GETSHORT(cishort, p); \
565 if (cishort == IPCP_VJ_COMP) {
575 if (cishort == IPCP_VJ_COMP || cishort == IPCP_VJ_COMP_OLD) {
577 try.vj_protocol = cishort;
662 u_short cishort;
702 GETSHORT(cishort, p); \
704 if (cishort != val) \
757 u_short cishort; /* Parsed short value */
944 GETSHORT(cishort, p);
945 IPCPDEBUG((LOG_INFO, "(%d)", cishort));
947 if (!(cishort == IPCP_VJ_COMP ||
948 (cishort == IPCP_VJ_COMP_OLD && cilen == CILEN_COMPRESS))) {
954 ho->vj_protocol = cishort;
1357 u_short cishort;
1404 GETSHORT(cishort, p);
1406 switch (cishort) {
1414 printer(arg, "0x%x", cishort);