Home
last modified time | relevance | path

Searched refs:IPLT_ALL (Results 1 – 4 of 4) sorted by path

/illumos-gate/usr/src/cmd/ipf/tools/
H A Dippool.c395 type = IPLT_ALL;
472 if (type == IPLT_ALL || type == IPLT_POOL) {
505 if (type == IPLT_ALL || type == IPLT_HASH) {
548 if (type == IPLT_ALL || type == IPLT_POOL) {
576 if (type == IPLT_ALL || type == IPLT_HASH) {
649 type = IPLT_ALL;
706 if (type == IPLT_ALL || type == IPLT_POOL) {
721 if (type == IPLT_ALL || type == IPLT_HASH) {
747 arg = IPLT_ALL;
748 type = IPLT_ALL;
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_lookup.c497 if ((unit < 0 || unit > IPL_LOGMAX) && (unit != IPLT_ALL))
504 if (type == IPLT_POOL || type == IPLT_ALL) {
509 if (type == IPLT_HASH || type == IPLT_ALL) {
H A Dip_pool.c664 if (unit != IPLT_ALL && i != unit)
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_lookup.h58 #define IPLT_ALL -1 macro