IPSEC_TRAFFIC_STATISTICS0 (Compact 2013)
3/26/2014
This structure stores IPSec traffic statistics.
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
Header |
fwpmu.h |