Home
last modified time | relevance | path

Searched refs:ipo_list (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_pool.h39 ip_pool_node_t *ipo_list; member
H A Dip_pool.c243 for (c = ipo->ipo_list; c != NULL; c = c->ipn_next)
1013 h->ipo_list = NULL;
1014 h->ipo_tail = &h->ipo_list;
1208 for (next = &ipo->ipo_list; (n = *next) != NULL; )
1211 ipo->ipo_list = NULL;
1330 nextnode = ipo->ipo_list;