HomeSort by: relevance | last modified time | path
    Searched defs:oiph (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
ip_htable.c 285 iphtable_t htab, *iph, *oiph; local in function:ipf_htable_create
336 for (oiph = softh->ipf_htables[unit + 1]; oiph != NULL;
337 oiph = oiph->iph_next)
338 if (strncmp(oiph->iph_name, name,
339 sizeof(oiph->iph_name)) == 0)
341 } while (oiph != NULL);

Completed in 13 milliseconds