Home
last modified time | relevance | path

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

/netbsd/external/bsd/ppp/dist/pppd/
H A Dccp.c671 opt_buf[1] = CILEN_PREDICTOR_2;
689 + (go->predictor_2? CILEN_PREDICTOR_2: 0)
795 p[1] = CILEN_PREDICTOR_2;
799 p += CILEN_PREDICTOR_2;
879 if (len < CILEN_PREDICTOR_2
882 p += CILEN_PREDICTOR_2;
883 len -= CILEN_PREDICTOR_2;
1045 p += CILEN_PREDICTOR_2;
1046 len -= CILEN_PREDICTOR_2;
1565 if (optlen >= CILEN_PREDICTOR_2) {
[all …]
/netbsd/sys/net/
H A Dppp-comp.h275 #define CILEN_PREDICTOR_2 2 /* length of its config option */ macro