IKEEXT_COMMON_STATISTICS0 (Compact 2013)
3/26/2014
This structure contains various statistics common to IKE.
Syntax
typedef struct IKEEXT_COMMON_STATISTICS0_ {
IKEEXT_IP_VERSION_SPECIFIC_COMMON_STATISTICS0 v4Statistics;
IKEEXT_IP_VERSION_SPECIFIC_COMMON_STATISTICS0 v6Statistics;
UINT32 totalPacketsReceived;
UINT32 totalInvalidPacketsReceived;
UINT32 currentQueuedWorkitems;
} IKEEXT_COMMON_STATISTICS0;
Members
v4Statistics
IPv4 common statistics.See topic IKEEXT_IP_VERSION_SPECIFIC_COMMON_STATISTICS0 for more information.
v6Statistics
IPv6 common statistics.See topic IKEEXT_IP_VERSION_SPECIFIC_COMMON_STATISTICS0 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
Header |
fwpmu.h |