IKEEXT_COMMON_STATISTICS1 structure (iketypes.h)
The IKEEXT_COMMON_STATISTICS1 structure contains various statistics common to IKE, Authip, and IKEv2. IKEEXT_COMMON_STATISTICS0 is available.
Syntax
typedef struct IKEEXT_COMMON_STATISTICS1_ {
IKEEXT_IP_VERSION_SPECIFIC_COMMON_STATISTICS1 v4Statistics;
IKEEXT_IP_VERSION_SPECIFIC_COMMON_STATISTICS1 v6Statistics;
UINT32 totalPacketsReceived;
UINT32 totalInvalidPacketsReceived;
UINT32 currentQueuedWorkitems;
} IKEEXT_COMMON_STATISTICS1;
Members
v4Statistics
IPv4 common statistics.
See IKEEXT_IP_VERSION_SPECIFIC_COMMON_STATISTICS1 for more information.
v6Statistics
IPv6 common statistics.
See IKEEXT_IP_VERSION_SPECIFIC_COMMON_STATISTICS1 for more information.
totalPacketsReceived
Total number of packets received.
totalInvalidPacketsReceived
Total number of invalid packets received.
currentQueuedWorkitems
Current number of work items that are queued and waiting to be processed.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Header | iketypes.h |