Lines Matching refs:cishort
608 u_short cilen, citype, cishort;
627 GETSHORT(cishort, p); \
628 if (cishort != val) \
681 u_short cishort;
713 GETSHORT(cishort, p); \
737 if (cishort == IPV6CP_COMP && !treat_as_reject) {
738 try.vj_protocol = cishort;
818 u_short cishort;
849 GETSHORT(cishort, p); \
851 if (cishort != val) \
898 u_short cishort; /* Parsed short value */
987 GETSHORT(cishort, p);
988 IPV6CPDEBUG(("(%d)", cishort));
991 if (!(cishort == IPV6CP_COMP)) {
997 ho->vj_protocol = cishort;
1442 u_short cishort;
1480 GETSHORT(cishort, p);
1482 printer(arg, "0x%x", cishort);