IKEEXT_IP_VERSION_SPECIFIC_COMMON_STATISTICS0 structure (iketypes.h)

The IKEEXT_IP_VERSION_SPECIFIC_COMMON_STATISTICS0 structure contains various statistics common to IKE and Authip. IKEEXT_IP_VERSION_SPECIFIC_COMMON_STATISTICS1 is available.

 

Syntax

typedef struct IKEEXT_IP_VERSION_SPECIFIC_COMMON_STATISTICS0_ {
  UINT32 totalSocketReceiveFailures;
  UINT32 totalSocketSendFailures;
} IKEEXT_IP_VERSION_SPECIFIC_COMMON_STATISTICS0;

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 Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Header iketypes.h