Home
last modified time | relevance | path

Searched refs:ipo_flags (Results 1 – 5 of 5) sorted by path

/illumos-gate/usr/src/cmd/ipf/lib/
H A Dprintpool.c31 if ((ipp.ipo_flags & IPOOL_ANON) != 0)
36 if ((ipp.ipo_flags & IPOOL_ANON) == IPOOL_ANON)
H A Dprintpooldata.c21 if ((pool->ipo_flags & IPOOL_ANON) != 0)
26 if ((pool->ipo_flags & IPOOL_ANON) == IPOOL_ANON)
H A Dremove_pool.c39 pool.ipo_flags = poolp->ipo_flags;
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dippool_y.y134 iplo.ipo_flags = IPHASH_ANON;
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_pool.h55 int ipo_flags; member