IPSEC_AGGREGATE_DROP_PACKET_STATISTICS1 结构 (ipsectypes.h)

IPSEC_AGGREGATE_DROP_PACKET_STATISTICS1结构存储聚合 IPsec 内核数据包丢弃统计信息。 IPSEC_AGGREGATE_DROP_PACKET_STATISTICS0 可用。

 

语法

typedef struct IPSEC_AGGREGATE_DROP_PACKET_STATISTICS1_ {
  UINT32 invalidSpisOnInbound;
  UINT32 decryptionFailuresOnInbound;
  UINT32 authenticationFailuresOnInbound;
  UINT32 udpEspValidationFailuresOnInbound;
  UINT32 replayCheckFailuresOnInbound;
  UINT32 invalidClearTextInbound;
  UINT32 saNotInitializedOnInbound;
  UINT32 receiveOverIncorrectSaInbound;
  UINT32 secureReceivesNotMatchingFilters;
  UINT32 totalDropPacketsInbound;
} IPSEC_AGGREGATE_DROP_PACKET_STATISTICS1;

成员

invalidSpisOnInbound

入站上的无效 SPI 数。

decryptionFailuresOnInbound

入站解密失败的次数。

authenticationFailuresOnInbound

入站身份验证失败次数。

udpEspValidationFailuresOnInbound

入站 UDP ESP 验证失败的次数。

replayCheckFailuresOnInbound

入站重播检查失败数。

invalidClearTextInbound

入站上无效的明文实例数。

saNotInitializedOnInbound

在未完全初始化的 SA 上收到的数据包的入站丢弃数。

receiveOverIncorrectSaInbound

在特征与数据包不匹配的 SA 上收到的数据包的入站丢弃数。

secureReceivesNotMatchingFilters

与任何入站 IPsec 传输层筛选器不匹配的入站 IPsec 安全数据包的数目。

totalDropPacketsInbound

所有数据包的入站丢弃数。

要求

要求
最低受支持的客户端 Windows 7 [仅限桌面应用]
最低受支持的服务器 Windows Server 2008 R2 [仅限桌面应用]
标头 ipsectypes.h

另请参阅

Windows 筛选平台 API 结构