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 [デスクトップ アプリのみ] |
Header | ipsectypes.h |