Lines Matching refs:cilen
615 u_short cilen, citype, cishort; local
629 GETCHAR(cilen, p); \
630 if (cilen != olen || \
712 u_char citype, cilen, *next; local
728 (cilen = p[1]) == CILEN_ADDRS && \
729 len >= cilen && \
731 len -= cilen; \
741 ((cilen = p[1]) == CILEN_COMPRESS || cilen == CILEN_VJ) && \
742 len >= cilen && \
744 len -= cilen; \
753 (cilen = p[1]) == CILEN_ADDR && \
754 len >= cilen && \
756 len -= cilen; \
783 if (cilen == CILEN_VJ) {
827 GETCHAR(cilen, p);
828 if( (len -= cilen) < 0 )
830 next = p + cilen - 2;
835 (cilen != CILEN_VJ && cilen != CILEN_COMPRESS))
841 || cilen != CILEN_ADDRS)
854 if (go->neg_addr || no.neg_addr || cilen != CILEN_ADDR)
894 u_char cimaxslotindex, ciflag, cilen; local
907 (cilen = p[1]) == CILEN_ADDRS && \
908 len >= cilen && \
910 len -= cilen; \
947 ((cilen = p[1]) == CILEN_ADDR) && \
948 len >= cilen && \
950 len -= cilen; \
1012 int len, cilen, type; local
1029 for (len = *lenp; len > 0; len -= cilen, p = prev + cilen) {
1041 GETCHAR(cilen, p);
1050 if (cilen != CILEN_ADDRS) {
1117 if (cilen != CILEN_ADDR) {
1179 if (cilen != CILEN_ADDR) {
1206 if (cilen != CILEN_ADDR) {
1230 if (cilen != CILEN_VJ && cilen != CILEN_COMPRESS) {
1236 (cishort != IPCP_VJ_COMP_OLD || cilen != CILEN_COMPRESS)) {
1239 } else if (cilen == CILEN_VJ) {
1281 if (cilen < 2)
1282 cilen = 2;
1305 BCOPY(prev, rejp, cilen);
1306 rejp += cilen;