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);
|