Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A Dlcp.h93 unsigned acfcomp : 2; /* Address & Control Field Compression neg */ member
H A Dlcp.c208 command_ShowNegval(lcp->cfg.acfcomp)); in lcp_ReportStatus()
269 lcp->cfg.acfcomp = NEG_ENABLED|NEG_ACCEPTED; in lcp_Init()
307 lcp->want_acfcomp = IsEnabled(lcp->cfg.acfcomp) ? 1 : 0; in lcp_Setup()
1034 if (IsAccepted(lcp->cfg.acfcomp)) { in LcpDecodeConfig()
H A Dcommand.c2869 cx->physical->link.lcp.cfg.acfcomp &= keep; in NegotiateSet()
2870 cx->physical->link.lcp.cfg.acfcomp |= add; in NegotiateSet()