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 结构