Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netgraph/
H A Dng_mppc.h53 #define NG_MPPC_HOOK_DECOMP "decomp" /* decompression hook */ macro
/f-stack/freebsd/netgraph/
H A Dng_mppc.h53 #define NG_MPPC_HOOK_DECOMP "decomp" /* decompression hook */ macro
H A Dng_mppc.c242 else if (strcmp(name, NG_MPPC_HOOK_DECOMP) == 0) in ng_mppc_newhook()