Home
last modified time | relevance | path

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

/freebsd/sbin/ipf/ipmon/
H A Dipmon_y.y491 if (a->ac_pktcnt == 0) in check_action()
492 a->ac_pktcnt++; in check_action()
493 else if (a->ac_pktcnt == a->ac_packet) { in check_action()
494 a->ac_pktcnt = 0; in check_action()
498 a->ac_pktcnt++; in check_action()
/freebsd/sbin/ipf/common/
H A Dipmon.h79 int ac_pktcnt; member