Home
last modified time | relevance | path

Searched refs:compout (Results 1 – 5 of 5) sorted by relevance

/freebsd/usr.sbin/ppp/
H A Dpred.c202 ccp->compout += len; in Pred1Output()
206 ccp->compout += orglen; in Pred1Output()
H A Dccp.h115 u_long uncompout, compout; /* Outgoing bytes before/after compression */ member
H A Ddeflate.c157 ccp->compout += ilen; /* We measure this stuff too */ in DeflateOutput()
178 ccp->compout += olen; in DeflateOutput()
H A Dmppe.c173 ccp->compout += ilen; in MPPEOutput()
226 ccp->compout += len; in MPPEOutput()
H A Dccp.c175 ccp->uncompout, ccp->compout, in ccp_ReportStatus()
282 ccp->uncompout = ccp->compout = 0; in ccp_Setup()