Searched refs:iffam (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/netgraph/
H A Dng_gif_demux.c99 struct iffam { struct
103 typedef const struct iffam *iffam_p;
106 const static struct iffam gFamilies[] = {
136 static hook_p *get_hook_from_iffam(priv_p priv, iffam_p iffam);
171 iffam_p iffam; local
175 iffam = &gFamilies[k];
176 if (iffam->family == family)
177 return (iffam);
197 * Get the hook from the iffam descriptor
201 get_hook_from_iffam(priv_p priv, iffam_p iffam) argument
212 iffam_p iffam; local
252 iffam_p iffam; local
308 iffam_p iffam; local
384 iffam_p iffam; local
[all...]
H A Dng_iface.c94 struct iffam { struct
98 typedef const struct iffam *iffam_p;
101 const static struct iffam gFamilies[] = {
144 static hook_p *get_hook_from_iffam(priv_p priv, iffam_p iffam);
207 iffam_p iffam; local
211 iffam = &gFamilies[k];
212 if (iffam->family == family)
213 return (iffam);
233 * Get the hook from the iffam descriptor
237 get_hook_from_iffam(priv_p priv, iffam_p iffam) argument
248 iffam_p iffam; local
435 const iffam_p iffam = get_iffam_from_af(sa); local
564 const iffam_p iffam = get_iffam_from_name(name); local
667 const iffam_p iffam = get_iffam_from_hook(priv, hook); local
747 const iffam_p iffam = get_iffam_from_hook(priv, hook); local
[all...]

Completed in 68 milliseconds