Home
last modified time | relevance | path

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

/third_party/lwip/src/include/netif/ppp/
Dccp.h103 #define DEFLATE_SIZE(x) (((x) >> 4) + 8) macro
/third_party/lwip/src/netif/ppp/
Dccp.c975 || DEFLATE_SIZE(p[2]) < DEFLATE_MIN_WORKS in ccp_nakci()
978 else if (DEFLATE_SIZE(p[2]) < go->deflate_size) in ccp_nakci()
979 try_.deflate_size = DEFLATE_SIZE(p[2]); in ccp_nakci()
1242 ho->deflate_size = nb = DEFLATE_SIZE(p[2]); in ccp_reqci()
1586 DEFLATE_SIZE(p[2])); in ccp_printpkt()