Home
last modified time | relevance | path

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

/src/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()
/src/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;
/src/sys/netpfil/ipfilter/netinet/ !
H A Dip_htable.h42 struct iphtent_s *iph_list; member
H A Dip_htable.c389 iph->iph_list = NULL; in ipf_htable_create()
390 iph->iph_tail = &iph->iph_list; in ipf_htable_create()
474 while ((ipe = iph->iph_list) != NULL) in ipf_htable_clear()
1238 nextnode = iph->iph_list; in ipf_htable_iter_next()