Searched refs:IPOOL_DELETE (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.2-release/contrib/ipfilter/lib/
H A Dprintpooldata.c20 if ((pool->ipo_flags & IPOOL_DELETE) != 0)
24 if ((pool->ipo_flags & IPOOL_DELETE) != 0)
46 if ((pool->ipo_flags & IPOOL_DELETE) != 0)
H A Dprintpool.c31 if ((ipp.ipo_flags & IPOOL_DELETE) != 0)
H A Dprintpool_live.c31 if ((pool->ipo_flags & IPOOL_DELETE) != 0)
/freebsd-10.2-release/sys/contrib/ipfilter/netinet/
H A Dip_pool.h50 #define IPOOL_DELETE 0x01 macro
H A Dip_pool.c698 if ((p != NULL) && (p->ipo_flags & IPOOL_DELETE))
963 if ((h->ipo_flags & IPOOL_DELETE) == 0) {
967 h->ipo_flags &= ~IPOOL_DELETE;
1112 ipo->ipo_flags |= IPOOL_DELETE;
1244 else if ((ipo->ipo_ref == 1) && (ipo->ipo_flags & IPOOL_DELETE))
/freebsd-10.2-release/contrib/ipfilter/tools/
H A Dippool.c951 if (((pool.ipo_flags & IPOOL_DELETE) == 0) ||

Completed in 103 milliseconds