Lines Matching refs:cilen
600 u_short cilen, citype;
619 GETCHAR(cilen, p); \
620 if (cilen != vjlen || \
635 GETCHAR(cilen, p); \
636 if (cilen != idlen || \
674 u_char citype, cilen, *next;
692 len >= (cilen = CILEN_IFACEID) && \
693 p[1] == cilen && \
695 len -= cilen; \
705 ((cilen = p[1]) == CILEN_COMPRESS) && \
706 len >= cilen && \
708 len -= cilen; \
752 GETCHAR(cilen, p);
753 if ( cilen < CILEN_VOID || (len -= cilen) < 0 )
755 next = p + cilen - 2;
761 (cilen != CILEN_COMPRESS))
767 if (go->neg_ifaceid || no.neg_ifaceid || cilen != CILEN_IFACEID)
809 u_char cilen;
824 len >= (cilen = CILEN_IFACEID) && \
825 p[1] == cilen && \
827 len -= cilen; \
894 u_short cilen, citype; /* Parsed len, type */
922 cilen = l; /* Reject till end of packet */
927 GETCHAR(cilen, p); /* Parse CI length */
928 l -= cilen; /* Adjust remaining length */
929 next += cilen; /* Step to next CI */
936 cilen != CILEN_IFACEID) { /* Check CI length */
983 (cilen != CILEN_COMPRESS)) {
1033 MEMCPY(ucp, cip, cilen); /* Move it */
1036 INCPTR(cilen, ucp);