Home
last modified time | relevance | path

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

/third_party/lwip/src/netif/ppp/
Dccp.c733 opt_buf[1] = CILEN_PREDICTOR_2; in ccp_resetci()
734 if (ccp_test(pcb, opt_buf, CILEN_PREDICTOR_2, 0) <= 0) in ccp_resetci()
757 + (go->predictor_2? CILEN_PREDICTOR_2: 0) in ccp_cilen()
821 p[1] = CILEN_PREDICTOR_2; in ccp_addci()
822 p += CILEN_PREDICTOR_2; in ccp_addci()
908 if (len < CILEN_PREDICTOR_2 in ccp_ackci()
909 || p[0] != CI_PREDICTOR_2 || p[1] != CILEN_PREDICTOR_2) in ccp_ackci()
911 p += CILEN_PREDICTOR_2; in ccp_ackci()
912 len -= CILEN_PREDICTOR_2; in ccp_ackci()
1083 if (go->predictor_2 && len >= CILEN_PREDICTOR_2 in ccp_rejci()
[all …]
/third_party/lwip/src/include/netif/ppp/
Dccp.h126 #define CILEN_PREDICTOR_2 2 /* length of its config option */ macro