Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_htable.c278 iphtable_t htab, *iph, *oiph; local
333 for (oiph = softh->ipf_htables[unit + 1]; oiph != NULL;
334 oiph = oiph->iph_next)
335 if (strncmp(oiph->iph_name, name,
336 sizeof(oiph->iph_name)) == 0)
338 } while (oiph != NULL);