共用方式為


IPSEC_AGGREGATE_DROP_PACKET_STATISTICS0結構 (ipsectypes.h)

IPSEC_AGGREGATE_DROP_PACKET_STATISTICS1可供使用。

 

語法

typedef struct IPSEC_AGGREGATE_DROP_PACKET_STATISTICS0_ {
  UINT32 invalidSpisOnInbound;
  UINT32 decryptionFailuresOnInbound;
  UINT32 authenticationFailuresOnInbound;
  UINT32 udpEspValidationFailuresOnInbound;
  UINT32 replayCheckFailuresOnInbound;
  UINT32 invalidClearTextInbound;
  UINT32 saNotInitializedOnInbound;
  UINT32 receiveOverIncorrectSaInbound;
  UINT32 secureReceivesNotMatchingFilters;
} IPSEC_AGGREGATE_DROP_PACKET_STATISTICS0;

成員

invalidSpisOnInbound

輸入上的無效 SPI 數目。

decryptionFailuresOnInbound

輸入的解密失敗次數。

authenticationFailuresOnInbound

輸入上的驗證失敗次數。

udpEspValidationFailuresOnInbound

輸入上的 UDP ESP 驗證失敗次數。

replayCheckFailuresOnInbound

輸入的重新執行檢查失敗次數。

invalidClearTextInbound

輸入上的無效純文字實例數目。

saNotInitializedOnInbound

在未完全初始化的 SA 上收到的封包輸入捨棄數目。

receiveOverIncorrectSaInbound

在 SA 上收到的封包輸入捨棄數目,其特性不符合封包。

secureReceivesNotMatchingFilters

不符合任何輸入 IPsec 傳輸層篩選器的輸入 IPsec 安全封包數目。

規格需求

需求
最低支援的用戶端 Windows Vista [僅限傳統型應用程式]
最低支援的伺服器 Windows Server 2008 [僅限傳統型應用程式]
標頭 ipsectypes.h

另請參閱

Windows 篩選平臺 API 結構