Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netgraph/
H A Dng_l2tp.h51 #define NG_L2TP_HOOK_LOWER "lower" /* hook to lower layers */ macro
/f-stack/freebsd/netgraph/
H A Dng_l2tp.h51 #define NG_L2TP_HOOK_LOWER "lower" /* hook to lower layers */ macro
H A Dng_l2tp.c397 } else if (strcmp(name, NG_L2TP_HOOK_LOWER) == 0) { in ng_l2tp_newhook()