Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A Dlcp.h103 unsigned protocomp : 2; /* Protocol field compression */ member
H A Dlcp.c226 command_ShowNegval(lcp->cfg.protocomp)); in lcp_ReportStatus()
279 lcp->cfg.protocomp = NEG_ENABLED|NEG_ACCEPTED; in lcp_Init()
313 lcp->want_protocomp = IsEnabled(lcp->cfg.protocomp) ? 1 : 0; in lcp_Setup()
1009 if (IsAccepted(lcp->cfg.protocomp)) { in LcpDecodeConfig()
H A Dcommand.c2946 cx->physical->link.lcp.cfg.protocomp &= keep; in NegotiateSet()
2947 cx->physical->link.lcp.cfg.protocomp |= add; in NegotiateSet()