Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dccp.c569 opt_buf[1] = CILEN_PREDICTOR_1;
570 if (ccp_test(f->unit, opt_buf, CILEN_PREDICTOR_1, 0) <= 0)
593 + (go->predictor_1? CILEN_PREDICTOR_1: 0)
670 p[1] = CILEN_PREDICTOR_1;
671 if (p == p0 && ccp_test(f->unit, p, CILEN_PREDICTOR_1, 0) <= 0) {
674 p += CILEN_PREDICTOR_1;
741 if (len < CILEN_PREDICTOR_1
742 || p[0] != CI_PREDICTOR_1 || p[1] != CILEN_PREDICTOR_1)
747 p += CILEN_PREDICTOR_1;
748 len -= CILEN_PREDICTOR_1;
[all …]
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dppp-comp.h146 #define CILEN_PREDICTOR_1 2 /* length of its config option */ macro
/titanic_41/usr/src/uts/common/net/
H A Dppp-comp.h173 #define CILEN_PREDICTOR_1 2 /* length of its config option */ macro