Home
last modified time | relevance | path

Searched refs:ipe_next (Results 1 – 7 of 7) sorted by relevance

/freebsd/sbin/ipf/ippool/
H A Dippool_y.y116 $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()
/freebsd/sbin/ipf/libipf/
H A Dload_hash.c29 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()
H A Dprinthash_live.c49 if (entry.ipe_next == NULL) in printhash_live()
H A Dprinthashnode.c91 ipep = ipe.ipe_next;
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_htable.c579 if (iph->iph_tail == &ipe->ipe_next) in ipf_htent_remove()
596 if (ipe->ipe_next != NULL) in ipf_htent_remove()
597 ipe->ipe_next->ipe_pnext = ipe->ipe_pnext; in ipf_htent_remove()
599 *ipe->ipe_pnext = ipe->ipe_next; in ipf_htent_remove()
601 ipe->ipe_next = NULL; in ipf_htent_remove()
891 iph->iph_tail = &ipe->ipe_next; in ipf_htent_insert()
892 ipe->ipe_next = NULL; in ipf_htent_insert()
1198 nextnode = node->ipe_next; in ipf_htable_iter_next()
1209 hnext = nextnode->ipe_next; in ipf_htable_iter_next()
1321 for (ipe = iph->iph_table[hv]; (ipe != NULL); ipe = ipe->ipe_next) { in ipf_iphmfind6()
H A Dip_htable.h7 struct iphtent_s *ipe_next, **ipe_pnext; member
/freebsd/sbin/ipf/common/
H A Dipf_y.y2366 n->ipe_next = calloc(1, sizeof(*n)); in makehash()
2367 n = n->ipe_next; in makehash()
2382 top = n->ipe_next; in makehash()