Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dng_mppc.c505 u_long sourceCnt, destCnt; in ng_mppc_compress() local
537 destCnt = outlen; in ng_mppc_compress()
543 &destCnt, d->history, flags, 0); in ng_mppc_compress()
549 outlen -= destCnt; in ng_mppc_compress()
765 u_long sourceCnt, destCnt; in ng_mppc_decompress() local
798 destCnt = outlen; in ng_mppc_decompress()
804 &sourceCnt, &destCnt, d->history, flags); in ng_mppc_decompress()
821 outlen -= destCnt; in ng_mppc_decompress()