HomeSort by relevance Sort by last modified time
    Searched refs:deflate_size (Results 1 - 2 of 2) sorted by null

  /external/ppp/pppd/
ccp.h 42 u_short deflate_size; /* lg(window size) for Deflate */ member in struct:ccp_options
ccp.c 333 ccp_wantoptions[0].deflate_size = rbits;
338 ccp_allowoptions[0].deflate_size = abits;
367 ccp_wantoptions[0].deflate_size = DEFLATE_MAX_SIZE;
371 ccp_allowoptions[0].deflate_size = DEFLATE_MAX_SIZE;
723 p[2] = DEFLATE_MAKE_OPT(go->deflate_size);
729 if (go->deflate_size < DEFLATE_MIN_WORKS) {
741 --go->deflate_size;
742 p[2] = DEFLATE_MAKE_OPT(go->deflate_size);
836 || p[2] != DEFLATE_MAKE_OPT(go->deflate_size)
848 || p[2] != DEFLATE_MAKE_OPT(go->deflate_size)
    [all...]

Completed in 149 milliseconds