Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ipf/lib/
H A Dload_pool.c50 op.iplo_arg |= IPOOL_ANON;
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)
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_pool.c523 if ((op->iplo_arg & IPOOL_ANON) != 0) {
526 poolnum = IPOOL_ANON;
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_pool.h60 #define IPOOL_ANON 0x80000000 macro