Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/
H A Dng_mppc.h52 #define NG_MPPC_HOOK_DECOMP "decomp" /* decompression hook */ macro
H A Dng_mppc.c241 else if (strcmp(name, NG_MPPC_HOOK_DECOMP) == 0) in ng_mppc_newhook()