IKEEXT_IP_VERSION_SPECIFIC_COMMON_STATISTICS1 structure (iketypes.h)

The IKEEXT_IP_VERSION_SPECIFIC_COMMON_STATISTICS1 structure contains various statistics common to the keying module (IKE, Authip, and IKEv2). IKEEXT_IP_VERSION_SPECIFIC_COMMON_STATISTICS0 is available.

 

Syntax

typedef struct IKEEXT_IP_VERSION_SPECIFIC_COMMON_STATISTICS1_ {
  UINT32 totalSocketReceiveFailures;
  UINT32 totalSocketSendFailures;
} IKEEXT_IP_VERSION_SPECIFIC_COMMON_STATISTICS1;

Members

totalSocketReceiveFailures

Total number of UDP 500/4500 socket receive failures.

totalSocketSendFailures

Total number of UDP 500/4500 socket send failures.

Requirements

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

See also

Windows Filtering Platform API Structures