共用方式為


IPSEC_TRAFFIC_STATISTICS1結構 (ipsectypes.h)

IPSEC_TRAFFIC_STATISTICS1結構會儲存 IPsec 流量統計數據。 IPSEC_TRAFFIC_STATISTICS0可供使用。

 

語法

typedef struct IPSEC_TRAFFIC_STATISTICS1_ {
  UINT64 encryptedByteCount;
  UINT64 authenticatedAHByteCount;
  UINT64 authenticatedESPByteCount;
  UINT64 transportByteCount;
  UINT64 tunnelByteCount;
  UINT64 offloadByteCount;
  UINT64 totalSuccessfulPackets;
} IPSEC_TRAFFIC_STATISTICS1;

成員

encryptedByteCount

指定加密的位元組計數。

authenticatedAHByteCount

指定已驗證的 AH 位元組計數。

authenticatedESPByteCount

指定已驗證的 ESP 位元組計數。

transportByteCount

指定傳輸位元組計數。

tunnelByteCount

指定通道位元組計數。

offloadByteCount

指定卸除位元組計數。

totalSuccessfulPackets

已成功傳輸的封包總數。

規格需求

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

另請參閱

Windows 篩選平臺 API 結構