Home
last modified time | relevance | path

Searched refs:ac_result (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipmon_y.y401 a->ac_result = IPMR_PASS;
403 a->ac_result = IPMR_BLOCK;
405 a->ac_result = IPMR_NOMATCH;
407 a->ac_result = IPMR_LOG;
544 if (a->ac_result != IPMR_NOMATCH)
547 if (a->ac_result != IPMR_PASS)
550 if (a->ac_result != IPMR_BLOCK)
553 if (a->ac_result != IPMR_LOG)
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dipmon.h27 int ac_result; member