Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netgraph/
H A Dng_mppc.h59 #define MPPC_MAX_BLOWUP(n) ((n) * 9 / 8 + 26) macro
/f-stack/freebsd/netgraph/
H A Dng_mppc.h59 #define MPPC_MAX_BLOWUP(n) ((n) * 9 / 8 + 26) macro
H A Dng_mppc.c521 outlen = MPPC_MAX_BLOWUP(inlen); in ng_mppc_compress()