Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A Dacf.c85 if (!p->link.lcp.want_acfcomp) { in acf_LayerPull()
H A Dlcp.h74 unsigned want_acfcomp : 1; /* Do we do addr & cntrl fld compression */ member
H A Dlcp.c179 lcp->want_acfcomp ? "on" : "off", in lcp_ReportStatus()
307 lcp->want_acfcomp = IsEnabled(lcp->cfg.acfcomp) ? 1 : 0; in lcp_Setup()
398 if (lcp->want_acfcomp && !REJECTED(lcp, TY_ACFCOMP)) in LcpSendConfigReq()
1049 lcp->want_acfcomp = 0; in LcpDecodeConfig()