estructura IPSEC_STATISTICS1 (ipsectypes.h)
La estructura IPSEC_STATISTICS1 es el nivel superior de las estructuras de estadísticas de IPsec. IPSEC_STATISTICS0 está disponible.
Sintaxis
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 estructura que contiene estadísticas de SA agregadas de IPsec.
espDropPacketStatistics
IPSEC_ESP_DROP_PACKET_STATISTICS0 estructura que contiene estadísticas de paquetes de eliminación de ESP de IPsec.
ahDropPacketStatistics
IPSEC_AH_DROP_PACKET_STATISTICS0 estructura que contiene estadísticas de paquetes de eliminación de IPsec AH.
aggregateDropPacketStatistics
IPSEC_AGGREGATE_DROP_PACKET_STATISTICS1 estructura que contiene estadísticas de paquetes de eliminación agregada de IPsec.
inboundTrafficStatistics
IPSEC_TRAFFIC_STATISTICS1 estructura que contiene estadísticas de tráfico entrante de IPsec.
outboundTrafficStatistics
IPSEC_TRAFFIC_STATISTICS1 estructura que contiene estadísticas de tráfico saliente de IPsec.
Requisitos
Cliente mínimo compatible | Windows 7 [solo aplicaciones de escritorio] |
Servidor mínimo compatible | Windows Server 2008 R2 [solo aplicaciones de escritorio] |
Encabezado | ipsectypes.h |
Consulte también
IPSEC_AGGREGATE_DROP_PACKET_STATISTICS1
IPSEC_AGGREGATE_SA_STATISTICS0
IPSEC_AH_DROP_PACKET_STATISTICS0