Home
last modified time | relevance | path

Searched refs:want_protocomp (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/usr.sbin/ppp/
Dlcp.h73 unsigned want_protocomp : 1; /* Do we do protocol field compression */ member
Dlcp.c178 lcp->want_protocomp ? "on" : "off", in lcp_ReportStatus()
313 lcp->want_protocomp = IsEnabled(lcp->cfg.protocomp) ? 1 : 0; in lcp_Setup()
345 lcp->his_protocomp = lcp->want_protocomp = 1; in lcp_Setup()
401 if (lcp->want_protocomp && !REJECTED(lcp, TY_PROTOCOMP)) in LcpSendConfigReq()
1024 lcp->want_protocomp = 0; in LcpDecodeConfig()