HomeSort by: relevance | last modified time | path
    Searched refs:CILEN_PREDICTOR_1 (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/ppp/dist/pppd/
ccp.c 662 opt_buf[1] = CILEN_PREDICTOR_1;
663 if (ccp_test(f->unit, opt_buf, CILEN_PREDICTOR_1, 0) <= 0)
685 + (go->predictor_1? CILEN_PREDICTOR_1: 0)
786 p[1] = CILEN_PREDICTOR_1;
787 if (p == p0 && ccp_test(f->unit, p, CILEN_PREDICTOR_1, 0) <= 0) {
790 p += CILEN_PREDICTOR_1;
869 if (len < CILEN_PREDICTOR_1
870 || p[0] != CI_PREDICTOR_1 || p[1] != CILEN_PREDICTOR_1)
872 p += CILEN_PREDICTOR_1;
873 len -= CILEN_PREDICTOR_1;
    [all...]
  /src/sys/net/
ppp-comp.h 268 #define CILEN_PREDICTOR_1 2 /* length of its config option */

Completed in 16 milliseconds