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

/macosx-10.9.5/xnu-2422.115.4/bsd/netinet6/
H A Dip6_fw.h126 u_int32_t fw_pcnt,fw_bcnt; /* Packet and byte counters */ member in struct:ip6_fw
160 u_int32_t fw_pcnt,fw_bcnt; /* Packet and byte counters */ member in struct:ip6_fw_32
193 u_int32_t fw_pcnt,fw_bcnt; /* Packet and byte counters */ member in struct:ip6_fw_64
H A Dip6_fw.c429 count = f ? f->fw_pcnt : ++counter;
767 f->fw_pcnt += 1;
920 ftmp->fw_pcnt = 0L;
1009 fcp->rule->fw_bcnt = fcp->rule->fw_pcnt = 0;
1167 userrule_64->fw_pcnt = rule->fw_pcnt;
1196 rule->fw_pcnt = userrule_64->fw_pcnt;
1225 userrule_32->fw_pcnt = rule->fw_pcnt;
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet/
H A Dip_fw2_compat.h54 u_int64_t fw_pcnt,fw_bcnt; /* Packet and byte counters */ member in struct:ip_fw_compat
99 * u_int64_t fw_pcnt,fw_bcnt;
140 u_int64_t fw_pcnt,fw_bcnt; /* Packet and byte counters */ member in struct:ip_fw_compat_32
185 u_int64_t fw_pcnt,fw_bcnt; /* Packet and byte counters */ member in struct:ip_fw_compat_64
394 u_int64_t fw_pcnt,fw_bcnt; /* Packet and byte counters */ member in struct:ip_old_fw
H A Dip_fw.h94 u_int64_t fw_pcnt,fw_bcnt; /* Packet and byte counters */ member in struct:ip_fw
139 * u_int64_t fw_pcnt,fw_bcnt;
H A Dip_fw2_compat.c1523 rule_vers1->fw_pcnt = curr_rule->pcnt;
1549 rule_vers1->fw_pcnt = curr_rule->pcnt;
1577 rule_vers0->fw_pcnt = rule_vers1.fw_pcnt;
1605 rule_vers0->fw_pcnt = rule_vers1.fw_pcnt;
3089 curr_rule->pcnt = rule_ptr->fw_pcnt;
3130 curr_rule->pcnt = rule_ptr->fw_pcnt;
3195 rule_vers1->fw_pcnt = rule_vers0->fw_pcnt;
[all...]
/macosx-10.9.5/network_cmds-433/ip6fw.tproj/
H A Dip6fw.c231 printf("%10u %10u ",chain->fw_pcnt,chain->fw_bcnt);

Completed in 192 milliseconds