Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipmon_y.y502 if (a->ac_pktcnt == 0)
503 a->ac_pktcnt++;
504 else if (a->ac_pktcnt == a->ac_packet) {
505 a->ac_pktcnt = 0;
508 a->ac_pktcnt++;
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dipmon.h41 int ac_pktcnt; member