Home
last modified time | relevance | path

Searched refs:CILEN_DEFLATE (Results 1 – 3 of 3) sorted by relevance

/external/ppp/pppd/
Dccp.c638 opt_buf[1] = CILEN_DEFLATE;
641 if (ccp_test(f->unit, opt_buf, CILEN_DEFLATE, 0) <= 0)
646 opt_buf[1] = CILEN_DEFLATE;
649 if (ccp_test(f->unit, opt_buf, CILEN_DEFLATE, 0) <= 0)
679 + (go->deflate? CILEN_DEFLATE: 0)
722 p[1] = CILEN_DEFLATE;
726 p += CILEN_DEFLATE;
733 res = ccp_test(f->unit, p, CILEN_DEFLATE, 0);
735 p += CILEN_DEFLATE;
747 p[1] = CILEN_DEFLATE;
[all …]
/external/kernel-headers/original/uapi/linux/
Dppp-comp.h66 #define CILEN_DEFLATE 4 /* length of its config option */ macro
/external/ppp/pppd/include/net/
Dppp-comp.h154 #define CILEN_DEFLATE 4 /* length of its config option */ macro