Compartir a través de


estructura IPSEC_STATISTICS0 (ipsectypes.h)

La estructura IPSEC_STATISTICS0 es el nivel superior de las estructuras de estadísticas de IPsec. IPSEC_STATISTICS1 está disponible.

 

Sintaxis

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 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_STATISTICS0 estructura que contiene estadísticas de colocación de paquetes agregadas de IPsec.

inboundTrafficStatistics

IPSEC_TRAFFIC_STATISTICS0 estructura que contiene estadísticas de tráfico entrante de IPsec.

outboundTrafficStatistics

IPSEC_TRAFFIC_STATISTICS0 estructura que contiene estadísticas de tráfico saliente de IPsec.

Requisitos

   
Cliente mínimo compatible Windows Vista [solo aplicaciones de escritorio]
Servidor mínimo compatible Windows Server 2008 [solo aplicaciones de escritorio]
Encabezado ipsectypes.h

Consulte también

IPSEC_AGGREGATE_DROP_PACKET_STATISTICS0

IPSEC_AGGREGATE_SA_STATISTICS0

IPSEC_AH_DROP_PACKET_STATISTICS0

IPSEC_ESP_DROP_PACKET_STATISTICS0

IPSEC_TRAFFIC_STATISTICS0

Estructuras de API de plataforma de filtrado de Windows