Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netgraph/
H A Dng_mppc.h52 #define NG_MPPC_HOOK_COMP "comp" /* compression hook */ macro
/f-stack/freebsd/netgraph/
H A Dng_mppc.h52 #define NG_MPPC_HOOK_COMP "comp" /* compression hook */ macro
H A Dng_mppc.c240 if (strcmp(name, NG_MPPC_HOOK_COMP) == 0) in ng_mppc_newhook()