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

/barrelfish-master/include/lwip2/netif/ppp/
H A Dccp.h122 #define CILEN_PREDICTOR_2 2 /* length of its config option */ macro
H A Dccp.c733 opt_buf[1] = CILEN_PREDICTOR_2;
734 if (ccp_test(pcb, opt_buf, CILEN_PREDICTOR_2, 0) <= 0)
757 + (go->predictor_2? CILEN_PREDICTOR_2: 0)
821 p[1] = CILEN_PREDICTOR_2;
822 p += CILEN_PREDICTOR_2;
908 if (len < CILEN_PREDICTOR_2
909 || p[0] != CI_PREDICTOR_2 || p[1] != CILEN_PREDICTOR_2)
911 p += CILEN_PREDICTOR_2;
912 len -= CILEN_PREDICTOR_2;
1083 if (go->predictor_2 && len >= CILEN_PREDICTOR_2
[all...]
/barrelfish-master/lib/lwip2/src/netif/ppp/
H A Dccp.c733 opt_buf[1] = CILEN_PREDICTOR_2;
734 if (ccp_test(pcb, opt_buf, CILEN_PREDICTOR_2, 0) <= 0)
757 + (go->predictor_2? CILEN_PREDICTOR_2: 0)
821 p[1] = CILEN_PREDICTOR_2;
822 p += CILEN_PREDICTOR_2;
908 if (len < CILEN_PREDICTOR_2
909 || p[0] != CI_PREDICTOR_2 || p[1] != CILEN_PREDICTOR_2)
911 p += CILEN_PREDICTOR_2;
912 len -= CILEN_PREDICTOR_2;
1083 if (go->predictor_2 && len >= CILEN_PREDICTOR_2
[all...]

Completed in 9 milliseconds