Searched refs:NG_MPPC_HOOK_DECOMP (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/netgraph/ | ||
H A D | ng_mppc.h | 52 #define NG_MPPC_HOOK_DECOMP "decomp" /* decompression hook */ macro |
H A D | ng_mppc.c | 241 else if (strcmp(name, NG_MPPC_HOOK_DECOMP) == 0) in ng_mppc_newhook() |