Lines Matching refs:cilen
881 u_short cilen, citype, cishort; local
897 GETCHAR(cilen, p); \
898 if (cilen != CILEN_ADDRS || \
917 GETCHAR(cilen, p); \
918 if (cilen != vjlen || \
940 GETCHAR(cilen, p); \
941 if (cilen != CILEN_ADDR || \
956 GETCHAR(cilen, p); \
957 if (cilen != CILEN_ADDR || citype != opt) \
971 GETCHAR(cilen, p); \
972 if (cilen != CILEN_ADDR || citype != opt) \
1027 u_char citype, cilen, *next; local
1043 (cilen = p[1]) == CILEN_ADDRS && \
1044 len >= cilen && \
1046 len -= cilen; \
1058 ((cilen = p[1]) == CILEN_COMPRESS || cilen == CILEN_VJ) && \
1059 len >= cilen && \
1061 len -= cilen; \
1070 (cilen = p[1]) == CILEN_ADDR && \
1071 len >= cilen && \
1073 len -= cilen; \
1083 ((cilen = p[1]) == CILEN_ADDR) && \
1084 len >= cilen && \
1086 len -= cilen; \
1122 } else if (cilen == CILEN_VJ) {
1180 GETCHAR(cilen, p);
1181 if ( cilen < CILEN_VOID || (len -= cilen) < 0 )
1183 next = p + cilen - 2;
1188 (cilen != CILEN_VJ && cilen != CILEN_COMPRESS))
1194 || cilen != CILEN_ADDRS)
1208 if (go->neg_addr || no.neg_addr || cilen != CILEN_ADDR)
1220 if (go->req_dns1 || no.req_dns1 || cilen != CILEN_ADDR)
1228 if (go->req_dns2 || no.req_dns2 || cilen != CILEN_ADDR)
1237 if (cilen != CILEN_ADDR)
1274 u_char cimaxslotindex, ciflag, cilen; local
1287 (cilen = p[1]) == CILEN_ADDRS && \
1288 len >= cilen && \
1291 len -= cilen; \
1330 (cilen = p[1]) == CILEN_ADDR && \
1331 len >= cilen && \
1334 len -= cilen; \
1346 ((cilen = p[1]) == CILEN_ADDR) && \
1347 len >= cilen && \
1350 len -= cilen; \
1362 ((cilen = p[1]) == CILEN_ADDR) && \
1363 len >= cilen && \
1366 len -= cilen; \
1429 u_short cilen, citype; /* Parsed len, type */ local
1457 cilen = l; /* Reject till end of packet */
1462 GETCHAR(cilen, p); /* Parse CI length */
1463 l -= cilen; /* Adjust remaining length */
1464 next += cilen; /* Step to next CI */
1469 cilen != CILEN_ADDRS) { /* Check CI length */
1525 cilen != CILEN_ADDR) { /* Check CI length */
1566 cilen != CILEN_ADDR) { /* Check CI length */
1586 cilen != CILEN_ADDR) { /* Check CI length */
1601 (cilen != CILEN_VJ && cilen != CILEN_COMPRESS)) {
1608 (cishort == IPCP_VJ_COMP_OLD && cilen == CILEN_COMPRESS))) {
1615 if (cilen == CILEN_VJ) {
1671 BCOPY(cip, ucp, cilen); /* Move it */
1674 INCPTR(cilen, ucp);