Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netgraph/
H A Dng_l2tp.h50 #define NG_L2TP_HOOK_CTRL "ctrl" /* control channel hook */ macro
/f-stack/freebsd/netgraph/
H A Dng_l2tp.h50 #define NG_L2TP_HOOK_CTRL "ctrl" /* control channel hook */ macro
H A Dng_l2tp.c392 if (strcmp(name, NG_L2TP_HOOK_CTRL) == 0) { in ng_l2tp_newhook()