Home
last modified time | relevance | path

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

/external/ppp/pppd/
Dccp.c368 ccp_wantoptions[0].deflate_correct = 1;
372 ccp_allowoptions[0].deflate_correct = 1;
636 if (go->deflate_correct) {
642 go->deflate_correct = 0;
652 if (!go->deflate_correct && !go->deflate_draft)
721 p[0] = go->deflate_correct? CI_DEFLATE: CI_DEFLATE_DRAFT;
745 if (p != p0 && go->deflate_correct && go->deflate_draft) {
834 || p[0] != (go->deflate_correct? CI_DEFLATE: CI_DEFLATE_DRAFT)
844 if (go->deflate_correct && go->deflate_draft) {
934 && p[0] == (go->deflate_correct? CI_DEFLATE: CI_DEFLATE_DRAFT)
[all …]
Dccp.h38 bool deflate_correct; /* use correct code for deflate? */ member