Searched refs:want_shortseq (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/usr.sbin/ppp/
H A Dlcp.h72 unsigned want_shortseq : 1; /* I'd like only 12bit seqs (MP) */ member in struct:lcp
H A Dlcp.c181 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))
1192 lcp->want_shortseq = 0; /* For when we hit MP */
H A Dmp.c315 mp->local_is12bit != lcp->want_shortseq ||
327 mp->local_is12bit = lcp->want_shortseq;

Completed in 99 milliseconds