Home
last modified time | relevance | path

Searched refs:NG_GIF_HOOK_LOWER (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/netgraph7/
H A Dng_gif.h77 #define NG_GIF_HOOK_LOWER "lower" /* connection to raw device */ macro
H A Dng_gif.c359 name = NG_GIF_HOOK_LOWER; in ng_gif_newhook()
362 if (strcmp(name, NG_GIF_HOOK_LOWER) == 0) { in ng_gif_newhook()