Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dng_mppc.c92 #define MPPC_DECOMP_BUFSIZE 8092 /* allocate buffer this big */ macro
784 outbuf = malloc(MPPC_DECOMP_BUFSIZE + MPPC_DECOMP_SAFETY, in ng_mppc_decompress()
792 outlen = MPPC_DECOMP_BUFSIZE; in ng_mppc_decompress()