Searched refs:ipe_next (Results 1 – 7 of 7) sorted by relevance
116 $3 = h->ipe_next;130 $4 = h->ipe_next;208 e = e->ipe_next)262 | groupentry next grouplist { $$ = $1; $1->ipe_next = $3; }267 $$->ipe_next = $3;288 | groupentry next setgrouplist { $1->ipe_next = $3; $$ = $1; }344 | hashentry next hashlist { $1->ipe_next = $3; $$ = $1; }489 ipht.iph_list = h->ipe_next;507 ipht.iph_list = h->ipe_next;706 hbot->ipe_next = h; in add_htablehosts()
29 for (n = 0, a = list; a != NULL; a = a->ipe_next) in load_hash()79 for (a = list; a != NULL; a = a->ipe_next) { in load_hash()88 for (a = list; a != NULL; a = a->ipe_next) in load_hash()
51 if (entry.ipe_next == NULL) in printhash_live()
91 ipep = ipe.ipe_next;
625 if (iph->iph_tail == &ipe->ipe_next) in ipf_htent_remove()642 if (ipe->ipe_next != NULL) in ipf_htent_remove()643 ipe->ipe_next->ipe_pnext = ipe->ipe_pnext; in ipf_htent_remove()645 *ipe->ipe_pnext = ipe->ipe_next; in ipf_htent_remove()647 ipe->ipe_next = NULL; in ipf_htent_remove()937 iph->iph_tail = &ipe->ipe_next; in ipf_htent_insert()938 ipe->ipe_next = NULL; in ipf_htent_insert()1241 nextnode = node->ipe_next; in ipf_htable_iter_next()1252 hnext = nextnode->ipe_next; in ipf_htable_iter_next()1364 for (ipe = iph->iph_table[hv]; (ipe != NULL); ipe = ipe->ipe_next) { in ipf_iphmfind6()
7 struct iphtent_s *ipe_next, **ipe_pnext; member
2366 n->ipe_next = calloc(1, sizeof(*n)); in makehash()2367 n = n->ipe_next; in makehash()2382 top = n->ipe_next; in makehash()