Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/ipfilter/lib/
Dload_hash.c59 iph.iph_list = NULL;
79 iph.iph_list = list;
Dprinthash.c45 for (printed = 0, ipep = iph.iph_list; ipep != NULL; ) {
/freebsd-10-stable/contrib/ipfilter/tools/
Dippool_y.y478 while ((h = ipht.iph_list) != NULL) {
479 ipht.iph_list = h->ipe_next;
496 while ((h = ipht.iph_list) != NULL) {
497 ipht.iph_list = h->ipe_next;
/freebsd-10-stable/sys/contrib/ipfilter/netinet/
Dip_htable.h42 struct iphtent_s *iph_list; member
Dip_htable.c369 iph->iph_list = NULL;
370 iph->iph_tail = &iph->iph_list;
463 while ((ipe = iph->iph_list) != NULL)
1278 nextnode = iph->iph_list;