Searched refs:CILEN_PREDICTOR_2 (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/ppp-786.1.1/Helpers/pppdump/
H A Dppp-comp.h170 #define CILEN_PREDICTOR_2 2 /* length of its config option */ macro
/macosx-10.10/ppp-786.1.1/Helpers/pppd/
H A Dccp.c730 opt_buf[1] = CILEN_PREDICTOR_2;
731 if (ccp_test(f->unit, opt_buf, CILEN_PREDICTOR_2, 0) <= 0)
748 + (go->predictor_2? CILEN_PREDICTOR_2: 0)
857 p[1] = CILEN_PREDICTOR_2;
858 if (p == p0 && ccp_test(f->unit, p, CILEN_PREDICTOR_2, 0) <= 0) {
861 p += CILEN_PREDICTOR_2;
944 if (len < CILEN_PREDICTOR_2
945 || p[0] != CI_PREDICTOR_2 || p[1] != CILEN_PREDICTOR_2)
947 p += CILEN_PREDICTOR_2;
948 len -= CILEN_PREDICTOR_2;
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dppp_comp.h188 #define CILEN_PREDICTOR_2 2 /* length of its config option */ macro
/macosx-10.10/ppp-786.1.1/Family/
H A Dppp_comp.h284 #define CILEN_PREDICTOR_2 2 /* length of its config option */ macro

Completed in 137 milliseconds