struttura IPSEC_STATISTICS0 (ipsectypes.h)
La struttura IPSEC_STATISTICS0 è il livello superiore delle strutture statistiche IPsec. IPSEC_STATISTICS1 disponibile.
Sintassi
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 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_STATISTICS0 struttura contenente le statistiche di eliminazione dei pacchetti di aggregazione IPsec.
inboundTrafficStatistics
IPSEC_TRAFFIC_STATISTICS0 struttura contenente le statistiche sul traffico in ingresso IPsec.
outboundTrafficStatistics
IPSEC_TRAFFIC_STATISTICS0 struttura contenente le statistiche del traffico in uscita IPsec.
Requisiti
Client minimo supportato | Windows Vista [solo app desktop] |
Server minimo supportato | Windows Server 2008 [solo app desktop] |
Intestazione | ipsectypes.h |
Vedi anche
IPSEC_AGGREGATE_DROP_PACKET_STATISTICS0
IPSEC_AGGREGATE_SA_STATISTICS0
IPSEC_AH_DROP_PACKET_STATISTICS0