IPSEC_TRAFFIC_STATISTICS1 structure (ipsectypes.h)

The IPSEC_TRAFFIC_STATISTICS1 structure stores IPsec traffic statistics. IPSEC_TRAFFIC_STATISTICS0 is available.

 

Syntax

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

Members

encryptedByteCount

Specifies encrypted byte count.

authenticatedAHByteCount

Specifies authenticated AH byte count.

authenticatedESPByteCount

Specifies authenticated ESP byte count.

transportByteCount

Specifies transport byte count.

tunnelByteCount

Specifies tunnel byte count.

offloadByteCount

Specifies offload byte count.

totalSuccessfulPackets

The total number of packets that were successfully transmitted.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Header ipsectypes.h

See also

Windows Filtering Platform API Structures