IKEEXT_IP_VERSION_SPECIFIC_KEYMODULE_STATISTICS0 (Compact 2013)
3/26/2014
This structure contains various statistics specific to the keying module and IP version.
Syntax
typedef struct IKEEXT_IP_VERSION_SPECIFIC_KEYMODULE_STATISTICS0_ {
UINT32 currentActiveMainModes;
UINT32 totalMainModesStarted;
UINT32 totalSuccessfulMainModes;
UINT32 totalFailedMainModes;
UINT32 totalResponderMainModes;
UINT32 currentNewResponderMainModes;
UINT32 currentActiveQuickModes;
UINT32 totalQuickModesStarted;
UINT32 totalSuccessfulQuickModes;
UINT32 totalFailedQuickModes;
UINT32 totalAcquires;
UINT32 totalReinitAcquires;
UINT32 currentActiveExtendedModes;
UINT32 totalExtendedModesStarted;
UINT32 totalSuccessfulExtendedModes;
UINT32 totalFailedExtendedModes;
UINT32 totalImpersonationExtendedModes;
UINT32 totalImpersonationMainModes;
} IKEEXT_IP_VERSION_SPECIFIC_KEYMODULE_STATISTICS0;
Members
- currentActiveMainModes
Current number of active Main Mode SAs.
- totalMainModesStarted
Total number of Main Mode negotiations.
- totalSuccessfulMainModes
Total number of successful Main Mode negotiations.
- totalFailedMainModes
Total number of failed Main Mode negotiations.
- totalResponderMainModes
Total number of Main Mode negotiations that were externally initiated by a peer.
- currentNewResponderMainModes
Current number of newly created responder Main Modes that are still in the initial state.
- currentActiveQuickModes
Current number of active Quick Mode SAs.
- totalQuickModesStarted
Total number of Quick Mode negotiations.
- totalSuccessfulQuickModes
Total number of successful Quick Mode negotiations.
- totalFailedQuickModes
Total number of failed Quick Mode negotiations.
- totalAcquires
Total number of acquires received from BFE.
- totalReinitAcquires
Total number of acquires that were internally reinitiated.
- currentActiveExtendedModes
Current number of active extended mode SAs.
- totalExtendedModesStarted
Total number of extended mode negotiations.
- totalSuccessfulExtendedModes
Total number of successful extended mode negotiations.
- totalFailedExtendedModes
Total number of failed extended mode negotiations.
- totalImpersonationExtendedModes
Total number of successful extended mode negotiations that used impersonation.
- totalImpersonationMainModes
Total number of successful Main Mode mode negotiations that used impersonation.
Requirements
Header |
fwpmu.h |