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

  /src/sys/external/bsd/ipf/netinet/
ip_htable.c 286 iphtable_t htab, *iph, *oiph; local
337 for (oiph = softh->ipf_htables[unit + 1]; oiph != NULL;
338 oiph = oiph->iph_next)
339 if (strncmp(oiph->iph_name, name,
340 sizeof(oiph->iph_name)) == 0)
342 } while (oiph != NULL);
  /src/external/bsd/ipf/dist/
ip_htable.c 282 iphtable_t htab, *iph, *oiph; local
337 for (oiph = softh->ipf_htables[unit + 1]; oiph != NULL;
338 oiph = oiph->iph_next)
339 if (strncmp(oiph->iph_name, name,
340 sizeof(oiph->iph_name)) == 0)
342 } while (oiph != NULL);

Completed in 25 milliseconds