Searched refs:ipo_list (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/ipfilter/lib/
H A Dprintpool.c36 ipnpn = ipp.ipo_list;
37 ipp.ipo_list = NULL;
38 pnext = &ipp.ipo_list;
48 if (ipp.ipo_list == NULL) {
51 for (ipnp = ipp.ipo_list; ipnp != NULL; ipnp = ipnpn) {
H A Dload_pool.c55 pool.ipo_list = plp->ipo_list;
57 pool.ipo_list = NULL;
60 for (a = plp->ipo_list; a != NULL; a = a->ipn_next)
H A Dprintpooldata.c48 PRINTF("\tNodes Starting at %p\n", pool->ipo_list);
H A Dprintpool_live.c51 if (pool->ipo_list != NULL) {
/freebsd-13-stable/sys/contrib/ipfilter/netinet/
H A Dip_pool.h39 ip_pool_node_t *ipo_list; member in struct:ip_pool_s
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;
/freebsd-13-stable/contrib/ipfilter/tools/
H A Dippool_y.y103 iplo.ipo_list = $3;
463 iplo.ipo_list = $10;
474 iplo.ipo_list = $7;
H A Dipf_y.y2336 pool.ipo_list = top;

Completed in 60 milliseconds