Home
last modified time | relevance | path

Searched refs:IPLT_POOL (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_lookup.c235 case IPLT_POOL :
308 case IPLT_POOL :
371 case IPLT_POOL :
423 case IPLT_POOL :
459 case IPLT_POOL :
504 if (type == IPLT_POOL || type == IPLT_ALL) {
534 case IPLT_POOL :
586 case IPLT_POOL :
623 case IPLT_POOL :
H A Dfil.c4330 case IPLT_POOL :
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dippool.c292 } else if (type == IPLT_POOL) {
304 case IPLT_POOL :
314 case IPLT_POOL :
472 if (type == IPLT_ALL || type == IPLT_POOL) {
473 op.iplo_type = IPLT_POOL;
548 if (type == IPLT_ALL || type == IPLT_POOL) {
622 iter.ili_type = IPLT_POOL;
676 if (type != IPLT_POOL) {
706 if (type == IPLT_ALL || type == IPLT_POOL) {
707 op.iplo_type = IPLT_POOL;
[all …]
H A Dipf_y.y938 $$.a.iplookuptype = IPLT_POOL;
942 $$.a.iplookuptype = IPLT_POOL;
/illumos-gate/usr/src/cmd/ipf/lib/
H A Dprintlookup.c16 case IPLT_POOL :
H A Dremove_pool.c30 op.iplo_type = IPLT_POOL;
H A Dremove_poolnode.c33 op.iplo_type = IPLT_POOL;
H A Dload_poolnode.c41 op.iplo_type = IPLT_POOL;
H A Dload_pool.c42 op.iplo_type = IPLT_POOL;
H A Dprintpool_live.c43 iter.ili_type = IPLT_POOL;
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_lookup.h60 #define IPLT_POOL 1 macro