Home
last modified time | relevance | path

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

/third_party/lwip/src/netif/ppp/
Dccp.c727 opt_buf[1] = CILEN_PREDICTOR_1; in ccp_resetci()
728 if (ccp_test(pcb, opt_buf, CILEN_PREDICTOR_1, 0) <= 0) in ccp_resetci()
756 + (go->predictor_1? CILEN_PREDICTOR_1: 0) in ccp_cilen()
816 p[1] = CILEN_PREDICTOR_1; in ccp_addci()
817 p += CILEN_PREDICTOR_1; in ccp_addci()
898 if (len < CILEN_PREDICTOR_1 in ccp_ackci()
899 || p[0] != CI_PREDICTOR_1 || p[1] != CILEN_PREDICTOR_1) in ccp_ackci()
901 p += CILEN_PREDICTOR_1; in ccp_ackci()
902 len -= CILEN_PREDICTOR_1; in ccp_ackci()
1077 if (go->predictor_1 && len >= CILEN_PREDICTOR_1 in ccp_rejci()
[all …]
/third_party/lwip/src/include/netif/ppp/
Dccp.h124 #define CILEN_PREDICTOR_1 2 /* length of its config option */ macro