Searched refs:IPLT_ALL (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/ipf/tools/
H A Dippool.c394 type = IPLT_ALL;
471 if (type == IPLT_ALL || type == IPLT_POOL) {
505 if (type == IPLT_ALL || type == IPLT_HASH) {
549 if (type == IPLT_ALL || type == IPLT_POOL) {
577 if (type == IPLT_ALL || type == IPLT_HASH) {
654 type = IPLT_ALL;
715 if (type == IPLT_ALL || type == IPLT_POOL) {
730 if (type == IPLT_ALL || type == IPLT_HASH) {
756 arg = IPLT_ALL;
757 type = IPLT_ALL;
[all...]
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_lookup.h60 #define IPLT_ALL -1 macro
/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)

Completed in 75 milliseconds