Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/
H A Dng_mppc.c504 u_long sourceCnt, destCnt; in ng_mppc_compress() local
536 destCnt = outlen; in ng_mppc_compress()
542 &destCnt, d->history, flags, 0); in ng_mppc_compress()
548 outlen -= destCnt; in ng_mppc_compress()
764 u_long sourceCnt, destCnt; in ng_mppc_decompress() local
797 destCnt = outlen; in ng_mppc_decompress()
803 &sourceCnt, &destCnt, d->history, flags); in ng_mppc_decompress()
820 outlen -= destCnt; in ng_mppc_decompress()