Lines Matching refs:cishort
602 u_short cishort;
623 GETSHORT(cishort, p); \
624 if (cishort != val) \
676 u_short cishort;
710 GETSHORT(cishort, p); \
735 if (cishort == IPV6CP_COMP && !treat_as_reject) {
736 try_.vj_protocol = cishort;
811 u_short cishort;
844 GETSHORT(cishort, p); \
846 if (cishort != val) \
896 u_short cishort; /* Parsed short value */
987 GETSHORT(cishort, p);
988 IPV6CPDEBUG(("(%d)", cishort));
990 if (!(cishort == IPV6CP_COMP)) {
996 ho->vj_protocol = cishort;
1406 u_short cishort;
1446 GETSHORT(cishort, p);
1448 printer(arg, "0x%x", cishort);