Partager via


IPSEC_STATISTICS0 structure (ipsectypes.h)

La structure IPSEC_STATISTICS0 est le niveau supérieur des structures de statistiques IPsec. IPSEC_STATISTICS1 est disponible.

 

Syntaxe

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;

Membres

aggregateSaStatistics

IPSEC_AGGREGATE_SA_STATISTICS0 structure contenant des statistiques SA agrégées IPsec.

espDropPacketStatistics

IPSEC_ESP_DROP_PACKET_STATISTICS0 structure contenant des statistiques de suppression de paquets ESP IPsec.

ahDropPacketStatistics

IPSEC_AH_DROP_PACKET_STATISTICS0 structure contenant des statistiques de paquets de suppression AH IPsec.

aggregateDropPacketStatistics

IPSEC_AGGREGATE_DROP_PACKET_STATISTICS0 structure contenant des statistiques de suppression de paquets d’agrégation IPsec.

inboundTrafficStatistics

IPSEC_TRAFFIC_STATISTICS0 structure contenant des statistiques de trafic entrant IPsec.

outboundTrafficStatistics

IPSEC_TRAFFIC_STATISTICS0 structure contenant des statistiques de trafic sortant IPsec.

Spécifications

   
Client minimal pris en charge Windows Vista [applications de bureau uniquement]
Serveur minimal pris en charge Windows Server 2008 [applications de bureau uniquement]
En-tête ipsectypes.h

Voir aussi

IPSEC_AGGREGATE_DROP_PACKET_STATISTICS0

IPSEC_AGGREGATE_SA_STATISTICS0

IPSEC_AH_DROP_PACKET_STATISTICS0

IPSEC_ESP_DROP_PACKET_STATISTICS0

IPSEC_TRAFFIC_STATISTICS0

Structures de l’API de plateforme de filtrage Windows