structure IPSEC_STATISTICS1 (ipsectypes.h)
La structure IPSEC_STATISTICS1 est le niveau supérieur des structures de statistiques IPsec. IPSEC_STATISTICS0 est disponible.
Syntaxe
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;
Membres
aggregateSaStatistics
IPSEC_AGGREGATE_SA_STATISTICS0 structure contenant des statistiques d’agrégation d’accès partagé IPsec.
espDropPacketStatistics
IPSEC_ESP_DROP_PACKET_STATISTICS0 structure contenant des statistiques de paquets de suppression ESP IPsec.
ahDropPacketStatistics
IPSEC_AH_DROP_PACKET_STATISTICS0 structure contenant des statistiques de paquets de suppression AH IPsec.
aggregateDropPacketStatistics
IPSEC_AGGREGATE_DROP_PACKET_STATISTICS1 structure contenant des statistiques de paquets de suppression d’agrégatS IPsec.
inboundTrafficStatistics
IPSEC_TRAFFIC_STATISTICS1 structure contenant des statistiques de trafic entrant IPsec.
outboundTrafficStatistics
IPSEC_TRAFFIC_STATISTICS1 structure contenant des statistiques de trafic sortant IPsec.
Spécifications
Client minimal pris en charge | Windows 7 [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2008 R2 [applications de bureau uniquement] |
En-tête | ipsectypes.h |
Voir aussi
IPSEC_AGGREGATE_DROP_PACKET_STATISTICS1
IPSEC_AGGREGATE_SA_STATISTICS0
IPSEC_AH_DROP_PACKET_STATISTICS0