Searched refs:iph_table (Results 1 – 4 of 4) sorted by relevance
72 iph.iph_table = NULL;93 iph.iph_table = calloc(size, sizeof(*iph.iph_table));94 if (iph.iph_table == NULL) {98 iph.iph_table[0] = list;100 free(iph.iph_table);
127 if ((*copyfunc)((char *)iph.iph_table, (char *)table, sz))
156 KMALLOCS(iph->iph_table, iphtent_t **,157 iph->iph_size * sizeof(*iph->iph_table));158 if (iph->iph_table == NULL) {164 bzero((char *)iph->iph_table, iph->iph_size * sizeof(*iph->iph_table));219 while ((ipe = iph->iph_table[i]) != NULL)230 KFREES(iph->iph_table, iph->iph_size * sizeof(*iph->iph_table));331 ipe->ipe_next = iph->iph_table[hv];332 ipe->ipe_pnext = iph->iph_table + hv;334 if (iph->iph_table[hv] != NULL)335 iph->iph_table[hv]->ipe_pnext = &ipe->ipe_next;[all …]
40 struct iphtent_s **iph_table; member