Home
last modified time | relevance | path

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

/freebsd/sbin/ipf/ipmon/
H A Dipmon_y.y386 a->ac_result = IPMR_PASS; in build_action()
388 a->ac_result = IPMR_BLOCK; in build_action()
390 a->ac_result = IPMR_NOMATCH; in build_action()
392 a->ac_result = IPMR_LOG; in build_action()
548 if (a->ac_result != IPMR_NOMATCH) { in check_action()
553 if (a->ac_result != IPMR_PASS) { in check_action()
558 if (a->ac_result != IPMR_BLOCK) { in check_action()
563 if (a->ac_result != IPMR_LOG) { in check_action()
893 switch (a->ac_result) in print_match()
/freebsd/sbin/ipf/common/
H A Dipmon.h67 int ac_result; member