IPSEC_STATISTICS0 structure (ipsectypes.h)
The IPSEC_STATISTICS0 structure is the top-level of the IPsec statistics structures. IPSEC_STATISTICS1 is available.
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
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | ipsectypes.h |
See also
IPSEC_AGGREGATE_DROP_PACKET_STATISTICS0
IPSEC_AGGREGATE_SA_STATISTICS0
IPSEC_AH_DROP_PACKET_STATISTICS0