IPSEC_DOSP_STATISTICS0 结构 (ipsectypes.h)
IPSEC_DOSP_STATISTICS0 结构用于存储 IPsec DoS 防护的统计信息。
语法
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;
成员
totalStateEntriesCreated
自计算机上次启动以来已创建的状态条目总数。
currentStateEntries
表中的当前状态条目数。
totalInboundAllowedIPv6IPsecUnauthPkts
自计算机上次启动以来允许的入站 IPv6 IPsec 未经身份验证数据包的总数。
totalInboundRatelimitDiscardedIPv6IPsecUnauthPkts
自上次启动计算机以来,由于速率限制而丢弃的入站 IPv6 IPsec 未经身份验证数据包的总数。
totalInboundPerIPRatelimitDiscardedIPv6IPsecUnauthPkts
自计算机上次启动以来,由于每个内部 IP 地址速率限制而被丢弃的入站 IPv6 IPsec 未经身份验证数据包的总数。
totalInboundOtherDiscardedIPv6IPsecUnauthPkts
自计算机上次启动以来,由于所有其他原因而丢弃的入站 IPV6 IPsec 未经身份验证数据包的总数。
totalInboundAllowedIPv6IPsecAuthPkts
自计算机上次启动以来允许的入站 IPv6 IPsec 身份验证数据包总数。
totalInboundRatelimitDiscardedIPv6IPsecAuthPkts
自计算机上次启动以来,由于速率限制而丢弃的入站 IPv6 IPsec 身份验证数据包的总数。
totalInboundOtherDiscardedIPv6IPsecAuthPkts
自计算机上次启动以来,由于所有其他原因而丢弃的入站 IPV6 IPsec 身份验证数据包的总数。
totalInboundAllowedICMPv6Pkts
自上次启动计算机以来允许的入站 ICMPv6 数据包总数。
totalInboundRatelimitDiscardedICMPv6Pkts
自计算机上次启动以来,由于速率限制而丢弃的入站 ICMPv6 数据包总数。
totalInboundAllowedIPv6FilterExemptPkts
自计算机上次启动以来允许的入站 IPv6 筛选器豁免数据包总数。
totalInboundRatelimitDiscardedIPv6FilterExemptPkts
自上次启动计算机以来,由于速率限制而丢弃的入站 IPv6 筛选器豁免数据包的总数。
totalInboundDiscardedIPv6FilterBlockPkts
自计算机上次启动以来已丢弃的入站 IPv6 筛选器阻止数据包的总数。
totalInboundAllowedDefBlockExemptPkts
自计算机上次启动以来允许的入站默认块豁免数据包总数。
totalInboundRatelimitDiscardedDefBlockExemptPkts
自计算机上次启动以来,由于速率限制而丢弃的入站默认块豁免数据包总数。
totalInboundDiscardedDefBlockPkts
自上次启动计算机以来已丢弃的入站默认块数据包总数。
currentInboundIPv6IPsecUnauthPerIPRateLimitQueues
入站 IPv6 未经身份验证的 IPsec 流量的每个内部 IP 地址速率限制队列的当前数量。
注解
IPSEC_DOSP_STATISTICS0 是IPSEC_DOSP_STATISTICS的特定实现。 有关详细信息 ,请参阅 WFP Version-Independent 名称和面向 Windows 的特定版本 。
要求
最低受支持的客户端 | Windows 7 [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2008 R2 [仅限桌面应用] |
标头 | ipsectypes.h |