Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dccp.c575 opt_buf[1] = CILEN_PREDICTOR_2;
576 if (ccp_test(f->unit, opt_buf, CILEN_PREDICTOR_2, 0) <= 0)
594 + (go->predictor_2? CILEN_PREDICTOR_2: 0);
679 p[1] = CILEN_PREDICTOR_2;
680 if (p == p0 && ccp_test(f->unit, p, CILEN_PREDICTOR_2, 0) <= 0) {
683 p += CILEN_PREDICTOR_2;
751 if (len < CILEN_PREDICTOR_2
752 || p[0] != CI_PREDICTOR_2 || p[1] != CILEN_PREDICTOR_2)
757 p += CILEN_PREDICTOR_2;
758 len -= CILEN_PREDICTOR_2;
[all …]
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dppp-comp.h148 #define CILEN_PREDICTOR_2 2 /* length of its config option */ macro
/titanic_41/usr/src/uts/common/net/
H A Dppp-comp.h175 #define CILEN_PREDICTOR_2 2 /* length of its config option */ macro