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

/netbsd-6-1-5-RELEASE/dist/ipf/lib/
H A Dprintpool.c27 return ipp.ipo_next;
61 return ipp.ipo_next;
H A Dprintpool_live.c29 return pool->ipo_next;
84 return pool->ipo_next;
/netbsd-6-1-5-RELEASE/dist/ipf/
H A Dip_pool.h48 struct ip_pool_s *ipo_next; member in struct:ip_pool_s
H A Dip_pool.c255 q = p->ipo_next;
315 for (p = ip_pool_list[unit]; p != NULL; p = p->ipo_next)
553 p = p->ipo_next;
565 h->ipo_next = ip_pool_list[unit];
567 ip_pool_list[unit]->ipo_pnext = &h->ipo_next;
669 q = p->ipo_next;
701 if (ipo->ipo_next != NULL)
702 ipo->ipo_next->ipo_pnext = ipo->ipo_pnext;
703 *ipo->ipo_pnext = ipo->ipo_next;
821 nextipo = ipo->ipo_next;
[all...]
/netbsd-6-1-5-RELEASE/sys/dist/ipf/netinet/
H A Dip_pool.h48 struct ip_pool_s *ipo_next; member in struct:ip_pool_s
H A Dip_pool.c268 q = p->ipo_next;
328 for (p = ip_pool_list[unit]; p != NULL; p = p->ipo_next)
566 p = p->ipo_next;
578 h->ipo_next = ip_pool_list[unit];
580 ip_pool_list[unit]->ipo_pnext = &h->ipo_next;
682 q = p->ipo_next;
714 if (ipo->ipo_next != NULL)
715 ipo->ipo_next->ipo_pnext = ipo->ipo_pnext;
716 *ipo->ipo_pnext = ipo->ipo_next;
834 nextipo = ipo->ipo_next;
[all...]
/netbsd-6-1-5-RELEASE/dist/ipf/tools/
H A Dipftest.c705 for (ipl = ip_pool_list[i]; ipl != NULL; ipl = ipl->ipo_next)
H A Dippool.c816 plstp->ipls_list[role] = pool.ipo_next;

Completed in 75 milliseconds