Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netgraph/
H A Dng_pptpgre.h52 #define NG_PPTPGRE_HOOK_UPPER "upper" /* to upper layers */ macro
/f-stack/freebsd/netgraph/
H A Dng_pptpgre.h52 #define NG_PPTPGRE_HOOK_UPPER "upper" /* to upper layers */ macro
H A Dng_pptpgre.c357 if (strcmp(name, NG_PPTPGRE_HOOK_UPPER) == 0) { in ng_pptpgre_newhook()