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 |