Lines Matching refs:cilen

924     u_short cilen, citype;
943 GETCHAR(cilen, p); \
944 if (cilen != CILEN_ADDRS || \
964 GETCHAR(cilen, p); \
965 if (cilen != vjlen || \
988 GETCHAR(cilen, p); \
989 if (cilen != CILEN_ADDR || \
1005 GETCHAR(cilen, p); \
1006 if (cilen != CILEN_ADDR || citype != opt) \
1022 GETCHAR(cilen, p); \
1023 if (cilen != CILEN_ADDR || citype != opt) \
1079 u_char citype, cilen, *next;
1101 (cilen = p[1]) == CILEN_ADDRS && \
1102 len >= cilen && \
1104 len -= cilen; \
1117 ((cilen = p[1]) == CILEN_COMPRESS || cilen == CILEN_VJ) && \
1118 len >= cilen && \
1120 len -= cilen; \
1130 (cilen = p[1]) == CILEN_ADDR && \
1131 len >= cilen && \
1133 len -= cilen; \
1144 ((cilen = p[1]) == CILEN_ADDR) && \
1145 len >= cilen && \
1147 len -= cilen; \
1185 } else if (cilen == CILEN_VJ) {
1246 GETCHAR(cilen, p);
1247 if ( cilen < CILEN_VOID || (len -= cilen) < 0 )
1249 next = p + cilen - 2;
1255 (cilen != CILEN_VJ && cilen != CILEN_COMPRESS))
1262 || cilen != CILEN_ADDRS)
1276 if (go->neg_addr || no.neg_addr || cilen != CILEN_ADDR)
1289 if (go->req_dns1 || no.req_dns1 || cilen != CILEN_ADDR)
1297 if (go->req_dns2 || no.req_dns2 || cilen != CILEN_ADDR)
1308 if (cilen != CILEN_ADDR)
1344 u_char cilen;
1360 (cilen = p[1]) == CILEN_ADDRS && \
1361 len >= cilen && \
1364 len -= cilen; \
1405 (cilen = p[1]) == CILEN_ADDR && \
1406 len >= cilen && \
1409 len -= cilen; \
1422 ((cilen = p[1]) == CILEN_ADDR) && \
1423 len >= cilen && \
1426 len -= cilen; \
1440 ((cilen = p[1]) == CILEN_ADDR) && \
1441 len >= cilen && \
1444 len -= cilen; \
1512 u_short cilen, citype; /* Parsed len, type */
1546 cilen = l; /* Reject till end of packet */
1551 GETCHAR(cilen, p); /* Parse CI length */
1552 l -= cilen; /* Adjust remaining length */
1553 next += cilen; /* Step to next CI */
1558 cilen != CILEN_ADDRS) { /* Check CI length */
1614 cilen != CILEN_ADDR) { /* Check CI length */
1656 cilen != CILEN_ADDR) { /* Check CI length */
1678 cilen != CILEN_ADDR) { /* Check CI length */
1695 (cilen != CILEN_VJ && cilen != CILEN_COMPRESS)) {
1702 (cishort == IPCP_VJ_COMP_OLD && cilen == CILEN_COMPRESS))) {
1709 if (cilen == CILEN_VJ) {
1766 MEMCPY(ucp, cip, cilen); /* Move it */
1769 INCPTR(cilen, ucp);