Home
last modified time | relevance | path

Searched refs:NG_ETHER_HOOK_DIVERT (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/netgraph/
H A Dng_ether.h53 #define NG_ETHER_HOOK_DIVERT "divert" /* alias for lower */ macro
H A Dng_ether.c459 if (strcmp(name, NG_ETHER_HOOK_DIVERT) == 0) in ng_ether_newhook()
/freebsd/libexec/pppoed/
H A Dpppoed.c176 !strcmp(nlink->ourhook, NG_ETHER_HOOK_DIVERT)) { in ConfigureNode()
/freebsd/usr.sbin/ppp/
H A Dether.c561 !strcmp(nlink->ourhook, NG_ETHER_HOOK_DIVERT)) { in ether_Create()