IPSEC_TRAFFIC_STATISTICS0結構 (ipsectypes.h)
IPSEC_TRAFFIC_STATISTICS0結構會儲存 IPsec 流量統計數據。 IPSEC_TRAFFIC_STATISTICS1可供 使用。
語法
typedef struct IPSEC_TRAFFIC_STATISTICS0_ {
UINT64 encryptedByteCount;
UINT64 authenticatedAHByteCount;
UINT64 authenticatedESPByteCount;
UINT64 transportByteCount;
UINT64 tunnelByteCount;
UINT64 offloadByteCount;
} IPSEC_TRAFFIC_STATISTICS0;
成員
encryptedByteCount
指定加密的位元組計數。
authenticatedAHByteCount
指定已驗證的 AH 位元組計數。
authenticatedESPByteCount
指定已驗證的 ESP 位元組計數。
transportByteCount
指定傳輸位元組計數。
tunnelByteCount
指定通道位元組計數。
offloadByteCount
指定卸除位元組計數。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows Vista [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2008 [僅限傳統型應用程式] |
標頭 | ipsectypes.h |