Home | History | Annotate | Download | only in pppd

Lines Matching refs:cilen

845     u_short cilen, citype, cishort;
861 GETCHAR(cilen, p); \
862 if (cilen != CILEN_ADDRS || \
881 GETCHAR(cilen, p); \
882 if (cilen != vjlen || \
904 GETCHAR(cilen, p); \
905 if (cilen != CILEN_ADDR || \
920 GETCHAR(cilen, p); \
921 if (cilen != CILEN_ADDR || citype != opt) \
972 u_char citype, cilen, *next;
988 (cilen = p[1]) == CILEN_ADDRS && \
989 len >= cilen && \
991 len -= cilen; \
1003 ((cilen = p[1]) == CILEN_COMPRESS || cilen == CILEN_VJ) && \
1004 len >= cilen && \
1006 len -= cilen; \
1015 (cilen = p[1]) == CILEN_ADDR && \
1016 len >= cilen && \
1018 len -= cilen; \
1028 ((cilen = p[1]) == CILEN_ADDR) && \
1029 len >= cilen && \
1031 len -= cilen; \
1067 } else if (cilen == CILEN_VJ) {
1123 GETCHAR(cilen, p);
1124 if ( cilen < CILEN_VOID || (len -= cilen) < 0 )
1126 next = p + cilen - 2;
1131 (cilen != CILEN_VJ && cilen != CILEN_COMPRESS))
1137 || cilen != CILEN_ADDRS)
1151 if (go->neg_addr || no.neg_addr || cilen != CILEN_ADDR)
1192 u_char cimaxslotindex, ciflag, cilen;
1205 (cilen = p[1]) == CILEN_ADDRS && \
1206 len >= cilen && \
1209 len -= cilen; \
1248 (cilen = p[1]) == CILEN_ADDR && \
1249 len >= cilen && \
1252 len -= cilen; \
1264 ((cilen = p[1]) == CILEN_ADDR) && \
1265 len >= cilen && \
1268 len -= cilen; \
1328 u_short cilen, citype; /* Parsed len, type */
1356 cilen = l; /* Reject till end of packet */
1361 GETCHAR(cilen, p); /* Parse CI length */
1362 l -= cilen; /* Adjust remaining length */
1363 next += cilen; /* Step to next CI */
1368 cilen != CILEN_ADDRS) { /* Check CI length */
1424 cilen != CILEN_ADDR) { /* Check CI length */
1465 cilen != CILEN_ADDR) { /* Check CI length */
1485 cilen != CILEN_ADDR) { /* Check CI length */
1500 (cilen != CILEN_VJ && cilen != CILEN_COMPRESS)) {
1507 (cishort == IPCP_VJ_COMP_OLD && cilen == CILEN_COMPRESS))) {
1514 if (cilen == CILEN_VJ) {
1570 BCOPY(cip, ucp, cilen); /* Move it */
1573 INCPTR(cilen, ucp);