Lines Matching refs:cilen

1012     u_char cilen, citype, cichar;  local
1026 GETCHAR(cilen, p); \
1027 if (cilen != CILEN_VOID || \
1036 GETCHAR(cilen, p); \
1037 if (cilen != CILEN_SHORT || \
1049 GETCHAR(cilen, p); \
1050 if (cilen != CILEN_SHORT || \
1064 GETCHAR(cilen, p); \
1065 if (cilen != CILEN_CHAR || \
1077 GETCHAR(cilen, p); \
1078 if (cilen != CILEN_CHAP || \
1095 GETCHAR(cilen, p); \
1096 if (cilen != CILEN_LONG || \
1108 GETCHAR(cilen, p); \
1109 if (cilen != CILEN_LQR || \
1125 GETCHAR(cilen, p); \
1126 if (cilen != CILEN_CHAR + vlen || \
1198 int cilen; local
1307 cilen = p[1];
1308 len -= cilen;
1315 if (cishort == PPP_PAP && cilen == CILEN_SHORT) {
1328 } else if (cishort == PPP_CHAP && cilen >= CILEN_CHAP) {
1346 p += cilen - CILEN_CHAP;
1385 p += cilen - CILEN_SHORT;
1486 GETCHAR(cilen, p);
1487 if (cilen < CILEN_VOID || (len -= cilen) < 0)
1489 next = p + cilen - 2;
1494 || no.neg_mru || cilen != CILEN_SHORT)
1505 || no.neg_asyncmap || cilen != CILEN_LONG)
1510 if (cilen >= CILEN_SHORT) {
1523 cilen != CILEN_LONG)
1528 || cilen != CILEN_VOID)
1533 || cilen != CILEN_VOID)
1537 if (go->neg_lqr || no.neg_lqr || cilen != CILEN_LQR)
1541 if (go->neg_mrru || no.neg_mrru || cilen != CILEN_SHORT)
1545 if (go->neg_ssnhf || no.neg_ssnhf || cilen != CILEN_VOID)
1550 if (go->neg_endpoint || no.neg_endpoint || cilen < CILEN_CHAR)
1554 if (go->neg_fcs || no.neg_fcs || cilen < CILEN_CHAR)
1559 if (go->pppmux || no.pppmux || cilen < CILEN_VOID)
1833 int cilen, citype, cichar; /* Parsed len, type, char value */ local
1846 for (len = *lenp; len > 0; len -= cilen, p = prev + cilen) {
1857 GETCHAR(cilen, p);
1866 if (cilen < 2)
1867 cilen = 2;
1884 for (len = *lenp; len > 0; len -= cilen, p = prev + cilen) {
1889 GETCHAR(cilen, p);
1898 if (cilen != CILEN_SHORT) { /* Check CI length */
1940 if (cilen != CILEN_LONG) {
1986 if (cilen >= CILEN_SHORT) {
2000 if (cilen >= CILEN_SHORT) {
2031 if (cilen != CILEN_SHORT)
2038 if (cilen >= CILEN_CHAP &&
2085 if (cilen != CILEN_LQR) {
2125 if (cilen < CILEN_LONG) {
2138 if (cilen > CILEN_LONG)
2166 if (cilen != CILEN_VOID) {
2179 if (cilen != CILEN_VOID) {
2193 if (cilen != CILEN_CHAR) {
2222 if (cilen != CILEN_SHORT) {
2253 if (cilen != CILEN_VOID) {
2266 if (cilen < CILEN_CHAR || cilen > CILEN_CHAR + MAX_ENDP_LEN) {
2280 ho->endpoint.length = cilen - 3;
2281 BCOPY(p, ho->endpoint.value, cilen - 3);
2286 if (ao->pppmux == 0 || cilen != CILEN_VOID) {
2302 if (cilen < 2)
2303 cilen = 2;
2330 BCOPY(prev, rejp, cilen);
2331 rejp += cilen;