Home
last modified time | relevance | path

Searched refs:iph_list (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/sbin/ipf/libipf/
H A Dload_hash.c55 iph.iph_list = NULL; in load_hash()
75 iph.iph_list = list; in load_hash()
H A Dprinthash.c40 for (printed = 0, ipep = iph.iph_list; ipep != NULL; ) { in printhash()
/freebsd-14.2/sbin/ipf/ippool/
H A Dippool_y.y488 while ((h = ipht.iph_list) != NULL) {
489 ipht.iph_list = h->ipe_next;
506 while ((h = ipht.iph_list) != NULL) {
507 ipht.iph_list = h->ipe_next;
/freebsd-14.2/sys/netpfil/ipfilter/netinet/
H A Dip_htable.h42 struct iphtent_s *iph_list; member
H A Dip_htable.c347 iph->iph_list = NULL; in ipf_htable_create()
348 iph->iph_tail = &iph->iph_list; in ipf_htable_create()
431 while ((ipe = iph->iph_list) != NULL) in ipf_htable_clear()
1198 nextnode = iph->iph_list; in ipf_htable_iter_next()