Lines Matching refs:cishort
543 u_short cilen, citype, cishort; local
562 GETSHORT(cishort, p); \
563 if (cishort != val) \
615 u_short cishort; local
647 GETSHORT(cishort, p); \
669 if (cishort == IPV6CP_COMP) {
670 try.vj_protocol = cishort;
750 u_short cishort; local
781 GETSHORT(cishort, p); \
783 if (cishort != val) \
832 u_short cishort; local
928 cishort = ao->vj_protocol;
930 GETSHORT(cishort, p);
931 IPV6CPDEBUG(("(%d)", cishort));
934 if (cishort != IPV6CP_COMP) {
936 cishort = IPV6CP_COMP;
945 ho->vj_protocol = cishort;
1419 u_short cishort; local
1454 GETSHORT(cishort, p);
1455 printer(arg, "compress 0x%x", cishort);