Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netgraph/
H A Dng_vlan.h43 #define NG_VLAN_HOOK_DOWNSTREAM "downstream" macro
/f-stack/freebsd/netgraph/
H A Dng_vlan.h45 #define NG_VLAN_HOOK_DOWNSTREAM "downstream" macro
H A Dng_vlan.c238 if (strcmp(name, NG_VLAN_HOOK_DOWNSTREAM) == 0) in ng_vlan_newhook()