Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dng_gif.c145 static struct ng_type ng_gif_typestruct = { variable
159 NETGRAPH_INIT(gif, &ng_gif_typestruct);
232 if (ng_make_node_common(&ng_gif_typestruct, &node) != 0) { in ng_gif_attach()