Searched refs:pcnt (Results 1 - 5 of 5) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_fw2.h357 u_int64_t pcnt; /* Packet counter */ member in struct:ip_fw
397 u_int64_t pcnt; /* packet match counter */ member in struct:_ipfw_dyn_rule
H A Dip_fw.h193 u_int64_t pcnt, bcnt; /* match counters */ member in struct:ipfw_dyn_rule
H A Dip_fw2_compat.h126 u_int64_t pcnt, bcnt; /* match counters */ member in struct:ipfw_dyn_rule_compat
H A Dip_fw2.c1083 r->pcnt = r->bcnt = 0;
2085 q->pcnt++;
2124 f->pcnt++; /* update stats */
2190 f->pcnt++;
2270 rule->pcnt = 0;
2617 rule->bcnt = rule->pcnt = 0;
3055 dyn_rule_vers1->pcnt = p->pcnt;
H A Dip_fw2_compat.c506 printf("pcnt: %llu\n", vers2_rule->pcnt);
1277 rule_vers1->fw_pcnt = curr_rule->pcnt;
2084 curr_rule->pcnt = rule_ptr->fw_pcnt;

Completed in 89 milliseconds