Searched refs:ipe_next (Results 1 – 7 of 7) sorted by relevance
117 $3 = h->ipe_next;131 $4 = h->ipe_next;209 e = e->ipe_next)263 | groupentry next grouplist { $$ = $1; $1->ipe_next = $3; }268 $$->ipe_next = $3;289 | groupentry next setgrouplist { $1->ipe_next = $3; $$ = $1; }345 | hashentry next hashlist { $1->ipe_next = $3; $$ = $1; }490 ipht.iph_list = h->ipe_next;508 ipht.iph_list = h->ipe_next;707 hbot->ipe_next = h; in add_htablehosts()
30 for (n = 0, a = list; a != NULL; a = a->ipe_next) in load_hash()80 for (a = list; a != NULL; a = a->ipe_next) { in load_hash()89 for (a = list; a != NULL; a = a->ipe_next) in load_hash()
49 if (entry.ipe_next == NULL) in printhash_live()
92 ipep = ipe.ipe_next;
585 if (iph->iph_tail == &ipe->ipe_next) in ipf_htent_remove()602 if (ipe->ipe_next != NULL) in ipf_htent_remove()603 ipe->ipe_next->ipe_pnext = ipe->ipe_pnext; in ipf_htent_remove()605 *ipe->ipe_pnext = ipe->ipe_next; in ipf_htent_remove()607 ipe->ipe_next = NULL; in ipf_htent_remove()897 iph->iph_tail = &ipe->ipe_next; in ipf_htent_insert()898 ipe->ipe_next = NULL; in ipf_htent_insert()1204 nextnode = node->ipe_next; in ipf_htable_iter_next()1215 hnext = nextnode->ipe_next; in ipf_htable_iter_next()1327 for (ipe = iph->iph_table[hv]; (ipe != NULL); ipe = ipe->ipe_next) { in ipf_iphmfind6()
7 struct iphtent_s *ipe_next, **ipe_pnext; member
2367 n->ipe_next = calloc(1, sizeof(*n)); in makehash()2368 n = n->ipe_next; in makehash()2383 top = n->ipe_next; in makehash()