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

/barrelfish-master/lib/lwip2/src/netif/ppp/
H A Dccp.c350 ccp_wantoptions[0].deflate_size = rbits;
355 ccp_allowoptions[0].deflate_size = abits;
385 wo->deflate_size = DEFLATE_MAX_SIZE;
389 ao->deflate_size = DEFLATE_MAX_SIZE;
682 if (go->deflate_size < DEFLATE_MIN_WORKS) {
686 opt_buf[2] = DEFLATE_MAKE_OPT(go->deflate_size);
694 go->deflate_size--;
702 if (go->deflate_size < DEFLATE_MIN_WORKS) {
706 opt_buf[2] = DEFLATE_MAKE_OPT(go->deflate_size);
714 go->deflate_size
[all...]
/barrelfish-master/include/lwip2/netif/ppp/
H A Dccp.c350 ccp_wantoptions[0].deflate_size = rbits;
355 ccp_allowoptions[0].deflate_size = abits;
385 wo->deflate_size = DEFLATE_MAX_SIZE;
389 ao->deflate_size = DEFLATE_MAX_SIZE;
682 if (go->deflate_size < DEFLATE_MIN_WORKS) {
686 opt_buf[2] = DEFLATE_MAKE_OPT(go->deflate_size);
694 go->deflate_size--;
702 if (go->deflate_size < DEFLATE_MIN_WORKS) {
706 opt_buf[2] = DEFLATE_MAKE_OPT(go->deflate_size);
714 go->deflate_size
[all...]
H A Dccp.h146 u_short deflate_size; /* lg(window size) for Deflate */ member in struct:ccp_options

Completed in 47 milliseconds