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

/xnu-2422.115.4/bsd/netinet/
H A Dip_fw2.h385 u_int64_t bcnt; /* Byte counter */ member in struct:ip_fw
438 u_int64_t bcnt; /* byte match counter */ member in struct:_ipfw_dyn_rule
459 u_int64_t bcnt; /* byte match counter */ member in struct:_ipfw_dyn_rule
519 u_int64_t bcnt; /* Byte counter */ member in struct:ip_fw_32
550 u_int64_t bcnt __attribute__((aligned(8))); /* Byte counter */ member in struct:ip_fw_64
571 u_int64_t bcnt; /* byte match counter */ member in struct:_ipfw_dyn_rule_32
594 u_int64_t bcnt; /* byte match counter */ member in struct:_ipfw_dyn_rule_64
H A Dip_fw2_compat.h126 u_int64_t pcnt, bcnt; /* match counters */ member in struct:ipfw_dyn_rule_compat
232 u_int64_t pcnt, bcnt; /* match counters */ member in struct:ipfw_dyn_rule_compat_32
246 u_int64_t pcnt, bcnt; /* match counters */ member in struct:ipfw_dyn_rule_compat_64
H A Dip_fw.h192 u_int64_t pcnt, bcnt; /* match counters */ member in struct:ipfw_dyn_rule
H A Dip_fw2.c604 fw32->bcnt = user_ip_fw->bcnt;
629 fw64->bcnt = user_ip_fw->bcnt;
730 user_ip_fw->bcnt = fw32->bcnt;
759 user_ip_fw->bcnt = fw64->bcnt;
802 dyn_rule_vers1->bcnt = p->bcnt;
[all...]
H A Dip_fw2_compat.c408 printf("bcnt: %llu\n", vers2_rule->bcnt);
1524 rule_vers1->fw_bcnt = curr_rule->bcnt;
1550 rule_vers1->fw_bcnt = curr_rule->bcnt;
3090 curr_rule->bcnt = rule_ptr->fw_bcnt;
3131 curr_rule->bcnt = rule_ptr->fw_bcnt;

Completed in 27 milliseconds