Home
last modified time | relevance | path

Searched refs:ipo_flags (Results 1 – 8 of 8) sorted by relevance

/freebsd/sbin/ipf/libipf/
H A Dprintpooldata.c18 if ((pool->ipo_flags & IPOOL_ANON) != 0) in printpooldata()
20 if ((pool->ipo_flags & IPOOL_DELETE) != 0) in printpooldata()
24 if ((pool->ipo_flags & IPOOL_DELETE) != 0) in printpooldata()
29 if ((pool->ipo_flags & IPOOL_ANON) == IPOOL_ANON) in printpooldata()
50 if ((pool->ipo_flags & IPOOL_DELETE) != 0) in printpooldata()
H A Dremove_pool.c35 pool.ipo_flags = poolp->ipo_flags; in remove_pool()
H A Dprintpool.c26 if ((ipp.ipo_flags & IPOOL_DELETE) != 0) in printpool()
H A Dprintpool_live.c27 if ((pool->ipo_flags & IPOOL_DELETE) != 0) in printpool_live()
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_pool.h45 int ipo_flags; member
H A Dip_pool.c657 if ((p != NULL) && (p->ipo_flags & IPOOL_DELETE)) in ipf_pool_find()
908 if ((h->ipo_flags & IPOOL_DELETE) == 0) { in ipf_pool_create()
912 h->ipo_flags &= ~IPOOL_DELETE; in ipf_pool_create()
933 h->ipo_flags |= IPOOL_ANON; in ipf_pool_create()
1043 ipo->ipo_flags |= IPOOL_DELETE; in ipf_pool_destroy()
1165 else if ((ipo->ipo_ref == 1) && (ipo->ipo_flags & IPOOL_DELETE)) in ipf_pool_deref()
/freebsd/sbin/ipf/ippool/
H A Dippool_y.y160 iplo.ipo_flags = IPHASH_ANON;
H A Dippool.c968 if (((pool.ipo_flags & IPOOL_DELETE) == 0) || in showpools_live()