Home
last modified time | relevance | path

Searched refs:CILEN_PREDICTOR_2 (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/bsd/ppp/dist/pppd/
Dccp.c668 opt_buf[1] = CILEN_PREDICTOR_2;
669 if (ccp_test(f->unit, opt_buf, CILEN_PREDICTOR_2, 0) <= 0)
686 + (go->predictor_2? CILEN_PREDICTOR_2: 0)
795 p[1] = CILEN_PREDICTOR_2;
796 if (p == p0 && ccp_test(f->unit, p, CILEN_PREDICTOR_2, 0) <= 0) {
799 p += CILEN_PREDICTOR_2;
879 if (len < CILEN_PREDICTOR_2
880 || p[0] != CI_PREDICTOR_2 || p[1] != CILEN_PREDICTOR_2)
882 p += CILEN_PREDICTOR_2;
883 len -= CILEN_PREDICTOR_2;
[all …]
/netbsd/src/sys/net/
Dppp-comp.h275 #define CILEN_PREDICTOR_2 2 /* length of its config option */ macro