Home
last modified time | relevance | path

Searched refs:IPOOL_ANON (Results 1 – 4 of 4) sorted by relevance

/freebsd/sbin/ipf/libipf/
H A Dprintpooldata.c18 if ((pool->ipo_flags & IPOOL_ANON) != 0) in printpooldata()
29 if ((pool->ipo_flags & IPOOL_ANON) == IPOOL_ANON) in printpooldata()
H A Dload_pool.c37 op.iplo_arg |= IPOOL_ANON; in load_pool()
48 if (op.iplo_arg & IPOOL_ANON) in load_pool()
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_pool.h51 #define IPOOL_ANON 0x02 macro
H A Dip_pool.c933 h->ipo_flags |= IPOOL_ANON; in ipf_pool_create()