Lines Matching refs:CILEN_PREDICTOR_1
727 opt_buf[1] = CILEN_PREDICTOR_1; in ccp_resetci()
728 if (ccp_test(pcb, opt_buf, CILEN_PREDICTOR_1, 0) <= 0) in ccp_resetci()
756 + (go->predictor_1? CILEN_PREDICTOR_1: 0) in ccp_cilen()
816 p[1] = CILEN_PREDICTOR_1; in ccp_addci()
817 p += CILEN_PREDICTOR_1; in ccp_addci()
898 if (len < CILEN_PREDICTOR_1 in ccp_ackci()
899 || p[0] != CI_PREDICTOR_1 || p[1] != CILEN_PREDICTOR_1) in ccp_ackci()
901 p += CILEN_PREDICTOR_1; in ccp_ackci()
902 len -= CILEN_PREDICTOR_1; in ccp_ackci()
1077 if (go->predictor_1 && len >= CILEN_PREDICTOR_1 in ccp_rejci()
1078 && p[0] == CI_PREDICTOR_1 && p[1] == CILEN_PREDICTOR_1) { in ccp_rejci()
1080 p += CILEN_PREDICTOR_1; in ccp_rejci()
1081 len -= CILEN_PREDICTOR_1; in ccp_rejci()
1323 if (!ao->predictor_1 || clen != CILEN_PREDICTOR_1) { in ccp_reqci()
1330 && ccp_test(pcb, p, CILEN_PREDICTOR_1, 1) <= 0) { in ccp_reqci()
1606 if (optlen >= CILEN_PREDICTOR_1) { in ccp_printpkt()
1608 p += CILEN_PREDICTOR_1; in ccp_printpkt()