Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/
H A Dng_gif.c144 static struct ng_type ng_gif_typestruct = { variable
158 NETGRAPH_INIT(gif, &ng_gif_typestruct);
231 if (ng_make_node_common(&ng_gif_typestruct, &node) != 0) { in ng_gif_attach()