Condividi tramite


struttura IPSEC_DOSP_STATISTICS0 (ipsectypes.h)

La struttura IPSEC_DOSP_STATISTICS0 viene usata per archiviare le statistiche per la protezione DoS IPsec.

Sintassi

typedef struct IPSEC_DOSP_STATISTICS0_ {
  UINT64 totalStateEntriesCreated;
  UINT64 currentStateEntries;
  UINT64 totalInboundAllowedIPv6IPsecUnauthPkts;
  UINT64 totalInboundRatelimitDiscardedIPv6IPsecUnauthPkts;
  UINT64 totalInboundPerIPRatelimitDiscardedIPv6IPsecUnauthPkts;
  UINT64 totalInboundOtherDiscardedIPv6IPsecUnauthPkts;
  UINT64 totalInboundAllowedIPv6IPsecAuthPkts;
  UINT64 totalInboundRatelimitDiscardedIPv6IPsecAuthPkts;
  UINT64 totalInboundOtherDiscardedIPv6IPsecAuthPkts;
  UINT64 totalInboundAllowedICMPv6Pkts;
  UINT64 totalInboundRatelimitDiscardedICMPv6Pkts;
  UINT64 totalInboundAllowedIPv6FilterExemptPkts;
  UINT64 totalInboundRatelimitDiscardedIPv6FilterExemptPkts;
  UINT64 totalInboundDiscardedIPv6FilterBlockPkts;
  UINT64 totalInboundAllowedDefBlockExemptPkts;
  UINT64 totalInboundRatelimitDiscardedDefBlockExemptPkts;
  UINT64 totalInboundDiscardedDefBlockPkts;
  UINT64 currentInboundIPv6IPsecUnauthPerIPRateLimitQueues;
} IPSEC_DOSP_STATISTICS0;

Members

totalStateEntriesCreated

Numero totale di voci di stato create dall'ultimo avvio del computer.

currentStateEntries

Numero corrente di voci di stato nella tabella.

totalInboundAllowedIPv6IPsecUnauthPkts

Numero totale di pacchetti IPsec IPv6 IPsec non autenticati consentiti dall'ultimo avvio del computer.

totalInboundRatelimitDiscardedIPv6IPsecUnauthPkts

Numero totale di pacchetti IPsec IPv6 IPsec non autenticati eliminati a causa della limitazione della frequenza dall'ultimo avvio del computer.

totalInboundPerIPRatelimitDiscardedIPv6IPsecUnauthPkts

Numero totale di pacchetti IPsec IPv6 IPsec non autenticati eliminati a causa della limitazione della frequenza degli indirizzi IP interni dall'ultimo avvio del computer.

totalInboundOtherDiscardedIPv6IPsecUnauthPkts

Numero totale di pacchetti IPsec IPV6 IPsec non autenticati eliminati a causa di tutti gli altri motivi dall'ultimo avvio del computer.

totalInboundAllowedIPv6IPsecAuthPkts

Numero totale di pacchetti IPsec IPv6 IPsec autenticati in ingresso consentiti dall'ultimo avvio del computer.

totalInboundRatelimitDiscardedIPv6IPsecAuthPkts

Numero totale di pacchetti IPsec IPv6 IPsec autenticati in ingresso eliminati a causa della limitazione della frequenza dall'ultimo avvio del computer.

totalInboundOtherDiscardedIPv6IPsecAuthPkts

Numero totale di pacchetti IPsec IPV6 in ingresso autenticati che sono stati eliminati a causa di tutti gli altri motivi dall'ultimo avvio del computer.

totalInboundAllowedICMPv6Pkts

Numero totale di pacchetti ICMPv6 in ingresso consentiti dall'ultimo avvio del computer.

totalInboundRatelimitDiscardedICMPv6Pkts

Numero totale di pacchetti ICMPv6 in ingresso che sono stati eliminati a causa della limitazione della frequenza dall'ultimo avvio del computer.

totalInboundAllowedIPv6FilterExemptPkts

Numero totale di pacchetti IPv6 esclusi dal filtro in ingresso consentiti dall'ultimo avvio del computer.

totalInboundRatelimitDiscardedIPv6FilterExemptPkts

Numero totale di pacchetti IPv6 esclusi dal filtro in ingresso eliminati a causa della limitazione della frequenza dall'ultimo avvio del computer.

totalInboundDiscardedIPv6FilterBlockPkts

Numero totale di pacchetti bloccati del filtro IPv6 in ingresso eliminati dall'ultimo avvio del computer.

totalInboundAllowedDefBlockExemptPkts

Numero totale di pacchetti esentati dal blocco predefinito in ingresso consentiti dall'ultimo avvio del computer.

totalInboundRatelimitDiscardedDefBlockExemptPkts

Numero totale di pacchetti esclusi dal blocco predefinito in ingresso eliminati a causa della limitazione della velocità dall'ultimo avvio del computer.

totalInboundDiscardedDefBlockPkts

Numero totale di pacchetti di blocchi predefiniti in ingresso eliminati dall'ultimo avvio del computer.

currentInboundIPv6IPsecUnauthPerIPRateLimitQueues

Numero corrente di code di frequenza degli indirizzi IP interni per il traffico IPv6 in ingresso non autenticato IPsec.

Commenti

IPSEC_DOSP_STATISTICS0 è un'implementazione specifica di IPSEC_DOSP_STATISTICS. Per altre informazioni, vedere Wfp Version-Independent Names and Targeting Specific Versions of Windows .See WFP Version-Independent Names and Targeting Specific Versions of Windows.See WFP Version-Independent Names and Targeting Specific Versions of Windows for more information.

Requisiti

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

Vedi anche

Strutture API della piattaforma di filtro Windows