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

  /external/libppp/src/
acf.c 85 if (!p->link.lcp.want_acfcomp) {
lcp.h 74 unsigned want_acfcomp : 1; /* Do we do addr & cntrl fld compression */ member in struct:lcp
lcp.c 179 lcp->want_acfcomp ? "on" : "off",
307 lcp->want_acfcomp = IsEnabled(lcp->cfg.acfcomp) ? 1 : 0;
398 if (lcp->want_acfcomp && !REJECTED(lcp, TY_ACFCOMP))
1049 lcp->want_acfcomp = 0;
    [all...]

Completed in 57 milliseconds