Home | History | Annotate | Download | only in pppd

Lines Matching refs:cilen

608     u_short cilen, citype, cishort;
623 GETCHAR(cilen, p); \
624 if (cilen != vjlen || \
638 GETCHAR(cilen, p); \
639 if (cilen != idlen || \
680 u_char citype, cilen, *next;
696 len >= (cilen = CILEN_IFACEID) && \
697 p[1] == cilen && \
699 len -= cilen; \
708 ((cilen = p[1]) == CILEN_COMPRESS) && \
709 len >= cilen && \
711 len -= cilen; \
760 GETCHAR(cilen, p);
761 if ( cilen < CILEN_VOID || (len -= cilen) < 0 )
763 next = p + cilen - 2;
768 (cilen != CILEN_COMPRESS))
773 if (go->neg_ifaceid || no.neg_ifaceid || cilen != CILEN_IFACEID)
817 u_char cilen;
830 len >= (cilen = CILEN_IFACEID) && \
831 p[1] == cilen && \
833 len -= cilen; \
897 u_short cilen, citype; /* Parsed len, type */
923 cilen = l; /* Reject till end of packet */
928 GETCHAR(cilen, p); /* Parse CI length */
929 l -= cilen; /* Adjust remaining length */
930 next += cilen; /* Step to next CI */
937 cilen != CILEN_IFACEID) { /* Check CI length */
983 (cilen != CILEN_COMPRESS)) {
1037 BCOPY(cip, ucp, cilen); /* Move it */
1040 INCPTR(cilen, ucp);