Home
last modified time | relevance | path

Searched refs:ipo_list (Results 1 – 7 of 7) sorted by last modified time

/illumos-gate/usr/src/cmd/ipf/lib/
H A Dprintpool.c80 PRINTF("\tNodes Starting at %p\n", ipp.ipo_list);
83 ipnpn = ipp.ipo_list;
84 ipp.ipo_list = NULL;
89 ipnp->ipn_next = ipp.ipo_list;
90 ipp.ipo_list = ipnp;
93 if (ipp.ipo_list == NULL) {
96 for (ipnp = ipp.ipo_list; ipnp != NULL; ) {
H A Dprintpooldata.c69 PRINTF("\tNodes Starting at %p\n", pool->ipo_list);
H A Dload_pool.c61 pool.ipo_list = plp->ipo_list;
63 pool.ipo_list = NULL;
66 for (a = plp->ipo_list; a != NULL; a = a->ipn_next)
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_pool.c219 for (c = ipo->ipo_list; c != NULL; c = c->ipn_next)
476 x->ipn_next = ipo->ipo_list;
477 x->ipn_pnext = &ipo->ipo_list;
478 if (ipo->ipo_list != NULL)
479 ipo->ipo_list->ipn_pnext = &x->ipn_next;
480 ipo->ipo_list = x;
554 h->ipo_list = NULL;
587 for (ipp = &ipo->ipo_list; (n = *ipp) != NULL; ipp = &n->ipn_next) {
702 while ((n = ipo->ipo_list) != NULL) {
715 ipo->ipo_list = NULL;
[all …]
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dippool_y.y96 iplo.ipo_list = $3;
H A Dipf_y.y2140 pool.ipo_list = top;
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_pool.h52 ip_pool_node_t *ipo_list; member