IPSEC_STATISTICS1 structure (ipsectypes.h)

The IPSEC_STATISTICS1 structure is the top-level of the IPsec statistics structures. IPSEC_STATISTICS0 is available.

 

Syntax

typedef struct IPSEC_STATISTICS1_ {
  IPSEC_AGGREGATE_SA_STATISTICS0          aggregateSaStatistics;
  IPSEC_ESP_DROP_PACKET_STATISTICS0       espDropPacketStatistics;
  IPSEC_AH_DROP_PACKET_STATISTICS0        ahDropPacketStatistics;
  IPSEC_AGGREGATE_DROP_PACKET_STATISTICS1 aggregateDropPacketStatistics;
  IPSEC_TRAFFIC_STATISTICS1               inboundTrafficStatistics;
  IPSEC_TRAFFIC_STATISTICS1               outboundTrafficStatistics;
} IPSEC_STATISTICS1;

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_STATISTICS1 structure containing IPsec aggregate drop packet statistics.

inboundTrafficStatistics

IPSEC_TRAFFIC_STATISTICS1 structure containing IPsec inbound traffic statistics.

outboundTrafficStatistics

IPSEC_TRAFFIC_STATISTICS1 structure containing IPsec outbound traffic statistics.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Header ipsectypes.h

See also

IPSEC_AGGREGATE_DROP_PACKET_STATISTICS1

IPSEC_AGGREGATE_SA_STATISTICS0

IPSEC_AH_DROP_PACKET_STATISTICS0

IPSEC_ESP_DROP_PACKET_STATISTICS0

IPSEC_TRAFFIC_STATISTICS1

Windows Filtering Platform API Structures