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

/freebsd-13-stable/sys/netgraph/
H A Dng_gif_demux.c101 struct iffam { struct
105 typedef const struct iffam *iffam_p;
108 const static struct iffam gFamilies[] = {
138 static hook_p *get_hook_from_iffam(priv_p priv, iffam_p iffam);
173 iffam_p iffam; local
177 iffam = &gFamilies[k];
178 if (iffam->family == family)
179 return (iffam);
199 * Get the hook from the iffam descriptor
203 get_hook_from_iffam(priv_p priv, iffam_p iffam) argument
214 iffam_p iffam; local
254 iffam_p iffam; local
310 iffam_p iffam; local
386 iffam_p iffam; local
[all...]
H A Dng_iface.c104 struct iffam { struct
108 typedef const struct iffam *iffam_p;
111 const static struct iffam gFamilies[] = {
158 static hook_p *get_hook_from_iffam(priv_p priv, iffam_p iffam);
221 iffam_p iffam; local
225 iffam = &gFamilies[k];
226 if (iffam->family == family)
227 return (iffam);
247 * Get the hook from the iffam descriptor
251 get_hook_from_iffam(priv_p priv, iffam_p iffam) argument
262 iffam_p iffam; local
438 const iffam_p iffam = get_iffam_from_af(sa); local
580 const iffam_p iffam = get_iffam_from_name(name); local
687 const iffam_p iffam = get_iffam_from_hook(priv, hook); local
773 const iffam_p iffam = get_iffam_from_hook(priv, hook); local
[all...]

Completed in 107 milliseconds