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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dip6_fw.h127 u_long fw_pcnt,fw_bcnt; /* Packet and byte counters */ member in struct:ip6_fw
H A Dip6_fw.c422 count = f ? f->fw_pcnt : ++counter;
760 f->fw_pcnt += 1;
916 ftmp->fw_pcnt = 0L;
1004 fcp->rule->fw_bcnt = fcp->rule->fw_pcnt = 0;
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_fw2_compat.h55 u_int64_t fw_pcnt,fw_bcnt; /* Packet and byte counters */ member in struct:ip_fw_compat
100 * u_int64_t fw_pcnt,fw_bcnt;
272 u_int64_t fw_pcnt,fw_bcnt; /* Packet and byte counters */ member in struct:ip_old_fw
H A Dip_fw.h95 u_int64_t fw_pcnt,fw_bcnt; /* Packet and byte counters */ member in struct:ip_fw
140 * u_int64_t fw_pcnt,fw_bcnt;
H A Dip_fw2_compat.c269 printf("fw_pcnt: %llu\n", vers1_rule->fw_pcnt);
1277 rule_vers1->fw_pcnt = curr_rule->pcnt;
1306 rule_vers0->fw_pcnt = rule_vers1.fw_pcnt;
2084 curr_rule->pcnt = rule_ptr->fw_pcnt;
2124 rule_vers1->fw_pcnt = rule_vers0->fw_pcnt;

Completed in 41 milliseconds