Home
last modified time | relevance | path

Searched refs:CILEN_PREDICTOR_1 (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dccp.c565 opt_buf[1] = CILEN_PREDICTOR_1;
566 if (ccp_test(f->unit, opt_buf, CILEN_PREDICTOR_1, 0) <= 0)
589 + (go->predictor_1? CILEN_PREDICTOR_1: 0)
666 p[1] = CILEN_PREDICTOR_1;
667 if (p == p0 && ccp_test(f->unit, p, CILEN_PREDICTOR_1, 0) <= 0) {
670 p += CILEN_PREDICTOR_1;
737 if (len < CILEN_PREDICTOR_1
738 || p[0] != CI_PREDICTOR_1 || p[1] != CILEN_PREDICTOR_1)
743 p += CILEN_PREDICTOR_1;
744 len -= CILEN_PREDICTOR_1;
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dppp-comp.h146 #define CILEN_PREDICTOR_1 2 /* length of its config option */ macro
/illumos-gate/usr/src/uts/common/net/
H A Dppp-comp.h171 #define CILEN_PREDICTOR_1 2 /* length of its config option */ macro