Condividi tramite


struttura IPSEC_STATISTICS1 (ipsectypes.h)

La struttura IPSEC_STATISTICS1 è il livello superiore delle strutture statistiche IPsec. IPSEC_STATISTICS0 disponibile.

 

Sintassi

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 struttura contenente statistiche sa di aggregazione IPsec.

espDropPacketStatistics

IPSEC_ESP_DROP_PACKET_STATISTICS0 struttura contenente le statistiche sui pacchetti ESP IPsec.

ahDropPacketStatistics

IPSEC_AH_DROP_PACKET_STATISTICS0 struttura contenente le statistiche di eliminazione dei pacchetti IPsec AH.

aggregateDropPacketStatistics

IPSEC_AGGREGATE_DROP_PACKET_STATISTICS1 struttura contenente le statistiche di eliminazione dei pacchetti di aggregazione IPsec.

inboundTrafficStatistics

IPSEC_TRAFFIC_STATISTICS1 struttura contenente le statistiche sul traffico in ingresso IPsec.

outboundTrafficStatistics

IPSEC_TRAFFIC_STATISTICS1 struttura contenente le statistiche del traffico in uscita IPsec.

Requisiti

   
Client minimo supportato Windows 7 [solo app desktop]
Server minimo supportato Windows Server 2008 R2 [solo app desktop]
Intestazione ipsectypes.h

Vedi anche

IPSEC_AGGREGATE_DROP_PACKET_STATISTICS1

IPSEC_AGGREGATE_SA_STATISTICS0

IPSEC_AH_DROP_PACKET_STATISTICS0

IPSEC_ESP_DROP_PACKET_STATISTICS0

IPSEC_TRAFFIC_STATISTICS1

Strutture API della piattaforma di filtro Windows