Searched refs:ipo_flags (Results 1 - 9 of 9) sorted by relevance

/netbsd-6-1-5-RELEASE/dist/ipf/lib/
H A Dprintpooldata.c20 if ((pool->ipo_flags & IPOOL_ANON) != 0)
22 if ((pool->ipo_flags & IPOOL_DELETE) != 0)
26 if ((pool->ipo_flags & IPOOL_DELETE) != 0)
31 if ((pool->ipo_flags & IPOOL_ANON) == IPOOL_ANON)
76 if ((pool->ipo_flags & IPOOL_DELETE) != 0)
H A Dremove_pool.c41 pool.ipo_flags = poolp->ipo_flags;
H A Dprintpool.c31 if ((ipp.ipo_flags & IPOOL_DELETE) != 0)
H A Dprintpool_live.c33 if ((pool->ipo_flags & IPOOL_DELETE) != 0)
/netbsd-6-1-5-RELEASE/dist/ipf/
H A Dip_pool.h54 int ipo_flags; member in struct:ip_pool_s
H A Dip_pool.c337 if ((p != NULL) && (p->ipo_flags & IPOOL_DELETE))
512 if ((h->ipo_flags & IPOOL_DELETE) == 0)
514 h->ipo_flags &= ~IPOOL_DELETE;
533 h->ipo_flags |= IPOOL_ANON;
631 ipo->ipo_flags |= IPOOL_DELETE;
761 else if ((ipo->ipo_ref == 1) && (ipo->ipo_flags & IPOOL_DELETE))
/netbsd-6-1-5-RELEASE/sys/dist/ipf/netinet/
H A Dip_pool.h54 int ipo_flags; member in struct:ip_pool_s
H A Dip_pool.c350 if ((p != NULL) && (p->ipo_flags & IPOOL_DELETE))
525 if ((h->ipo_flags & IPOOL_DELETE) == 0)
527 h->ipo_flags &= ~IPOOL_DELETE;
546 h->ipo_flags |= IPOOL_ANON;
644 ipo->ipo_flags |= IPOOL_DELETE;
774 else if ((ipo->ipo_ref == 1) && (ipo->ipo_flags & IPOOL_DELETE))
/netbsd-6-1-5-RELEASE/dist/ipf/tools/
H A Dippool_y.y136 iplo.ipo_flags = IPHASH_ANON;

Completed in 72 milliseconds