IPSEC_STATISTICS0 (Compact 2013)
3/26/2014
This structure is the top-level of the IPSec statistics structures.
Syntax
typedef struct IPSEC_STATISTICS0_ {
IPSEC_AGGREGATE_SA_STATISTICS0 aggregateSaStatistics;
IPSEC_ESP_DROP_PACKET_STATISTICS0 espDropPacketStatistics;
IPSEC_AH_DROP_PACKET_STATISTICS0 ahDropPacketStatistics;
IPSEC_AGGREGATE_DROP_PACKET_STATISTICS0 aggregateDropPacketStatistics;
IPSEC_TRAFFIC_STATISTICS0 inboundTrafficStatistics;
IPSEC_TRAFFIC_STATISTICS0 outboundTrafficStatistics;
} IPSEC_STATISTICS0;
Members
- aggregateSaStatistics
IPSEC_AGGREGATE_SA_STATISTICS0 structure containing IPSec aggregate SA statistics.
- espDropPacketStatistics
IPSEC_ESP_DROP_PACKET_STATISTICS0 structure containing IPsec ESP drop packet statistics.
- ahDropPacketStatistics
IPSEC_AH_DROP_PACKET_STATISTICS0 structure containing IPsec AH drop packet statistics.
- aggregateDropPacketStatistics
IPSEC_AGGREGATE_DROP_PACKET_STATISTICS0 structure containing IPSec aggregate drop packet statistics.
- inboundTrafficStatistics
IPSEC_TRAFFIC_STATISTICS0 structure containing IPsec inbound traffic statistics.
- outboundTrafficStatistics
IPSEC_TRAFFIC_STATISTICS0 structure containing IPSec outbound traffic statistics.
Requirements
Header |
fwpmu.h |