Lines Matching refs:cilen
617 u_short cilen, citype, cishort; local
632 GETCHAR(cilen, p); \
633 if (cilen != vjlen || \
647 GETCHAR(cilen, p); \
648 if (cilen != idlen || \
689 u_char citype, cilen, *next; local
705 len >= (cilen = CILEN_IFACEID) && \
706 p[1] == cilen && \
708 len -= cilen; \
717 ((cilen = p[1]) == CILEN_COMPRESS) && \
718 len >= cilen && \
720 len -= cilen; \
769 GETCHAR(cilen, p);
770 if ( cilen < CILEN_VOID || (len -= cilen) < 0 )
772 next = p + cilen - 2;
777 (cilen != CILEN_COMPRESS))
782 if (go->neg_ifaceid || no.neg_ifaceid || cilen != CILEN_IFACEID)
826 u_char cilen; local
839 len >= (cilen = CILEN_IFACEID) && \
840 p[1] == cilen && \
842 len -= cilen; \
906 u_short cilen, citype; /* Parsed len, type */ local
932 cilen = l; /* Reject till end of packet */
937 GETCHAR(cilen, p); /* Parse CI length */
938 l -= cilen; /* Adjust remaining length */
939 next += cilen; /* Step to next CI */
946 cilen != CILEN_IFACEID) { /* Check CI length */
992 (cilen != CILEN_COMPRESS)) {
1046 BCOPY(cip, ucp, cilen); /* Move it */
1049 INCPTR(cilen, ucp);