Lines Matching defs:cishort
547 u_short cilen, citype, cishort;
566 GETSHORT(cishort, p); \
567 if (cishort != val) \
619 u_short cishort;
651 GETSHORT(cishort, p); \
673 if (cishort == IPV6CP_COMP) {
674 try.vj_protocol = cishort;
754 u_short cishort;
785 GETSHORT(cishort, p); \
787 if (cishort != val) \
836 u_short cishort;
932 cishort = ao->vj_protocol;
934 GETSHORT(cishort, p);
935 IPV6CPDEBUG(("(%d)", cishort));
938 if (cishort != IPV6CP_COMP) {
940 cishort = IPV6CP_COMP;
949 ho->vj_protocol = cishort;
1423 u_short cishort;
1458 GETSHORT(cishort, p);
1459 printer(arg, "compress 0x%x", cishort);