Lines Matching refs:cishort
615 u_short cilen, citype, cishort; local
649 GETSHORT(cishort, p); \
650 if (cishort != val) \
713 u_short cishort; local
746 GETSHORT(cishort, p); \
786 if (cishort == IPCP_VJ_COMP) {
796 if (cishort == IPCP_VJ_COMP || cishort == IPCP_VJ_COMP_OLD) {
798 try.vj_protocol = cishort;
895 u_short cishort; local
930 GETSHORT(cishort, p); \
932 if (cishort != val) \
1011 u_short cishort; local
1232 cishort = IPCP_VJ_COMP;
1234 GETSHORT(cishort, p);
1235 if (cishort != IPCP_VJ_COMP &&
1236 (cishort != IPCP_VJ_COMP_OLD || cilen != CILEN_COMPRESS)) {
1238 cishort = IPCP_VJ_COMP;
1259 if (cishort == IPCP_VJ_COMP) {
1261 PUTSHORT(cishort, nakp);
1266 PUTSHORT(cishort, nakp);
1270 ho->vj_protocol = cishort;
1785 u_short cishort; local
1828 GETSHORT(cishort, p);
1830 switch (cishort) {
1838 printer(arg, "0x%x", cishort);