IPSEC_TRAFFIC_STATISTICS0 structure (ipsectypes.h)
The IPSEC_TRAFFIC_STATISTICS0 structure stores IPsec traffic statistics. IPSEC_TRAFFIC_STATISTICS1 is available.
Syntax
typedef struct IPSEC_TRAFFIC_STATISTICS0_ {
UINT64 encryptedByteCount;
UINT64 authenticatedAHByteCount;
UINT64 authenticatedESPByteCount;
UINT64 transportByteCount;
UINT64 tunnelByteCount;
UINT64 offloadByteCount;
} IPSEC_TRAFFIC_STATISTICS0;
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.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | ipsectypes.h |