Home
last modified time | relevance | path

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

/freebsd-13-stable/usr.sbin/ppp/
HDlcp.h72 unsigned want_shortseq : 1; /* I'd like only 12bit seqs (MP) */ member
HDlcp.c181 lcp->want_shortseq ? "on" : "off", lcp->my_reject); in lcp_ReportStatus()
306 lcp->want_shortseq = IsEnabled(lcp->fsm.bundle->ncp.mp.cfg.shortseq) ? 1 : 0; in lcp_Setup()
475 if (lcp->want_shortseq && !REJECTED(lcp, TY_SHORTSEQ)) in LcpSendConfigReq()
1192 lcp->want_shortseq = 0; /* For when we hit MP */ in LcpDecodeConfig()
HDmp.c315 mp->local_is12bit != lcp->want_shortseq || in mp_Up()
327 mp->local_is12bit = lcp->want_shortseq; in mp_Up()