IKEEXT_COMMON_STATISTICS0 structure (iketypes.h)

The IKEEXT_COMMON_STATISTICS0 structure contains various statistics common to IKE and Authip. IKEEXT_COMMON_STATISTICS1 is available.

 

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 IKEEXT_IP_VERSION_SPECIFIC_COMMON_STATISTICS0 for more information.

v6Statistics

IPv6 common statistics.

See 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

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Header iketypes.h