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

  /external/libppp/src/
lcp.h 72 unsigned want_shortseq : 1; /* I'd like only 12bit seqs (MP) */ member in struct:lcp
lcp.c 181 lcp->want_shortseq ? "on" : "off", lcp->my_reject);
306 lcp->want_shortseq = IsEnabled(lcp->fsm.bundle->ncp.mp.cfg.shortseq) ? 1 : 0;
475 if (lcp->want_shortseq && !REJECTED(lcp, TY_SHORTSEQ))
    [all...]
mp.c 315 mp->local_is12bit != lcp->want_shortseq ||
327 mp->local_is12bit = lcp->want_shortseq;
    [all...]

Completed in 166 milliseconds