IKEEXT_IP_VERSION_SPECIFIC_KEYMODULE_STATISTICS1 struttura (iketypes.h)
La struttura IKEEXT_IP_VERSION_SPECIFIC_KEYMODULE_STATISTICS1 contiene varie statistiche specifiche del modulo di chiave (IKE, Authip e IKEv2) e versione IP.
Sintassi
typedef struct IKEEXT_IP_VERSION_SPECIFIC_KEYMODULE_STATISTICS1_ {
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_STATISTICS1;
Members
currentActiveMainModes
Numero corrente di SA della modalità principale attiva.
totalMainModesStarted
Numero totale di negoziati in modalità principale.
totalSuccessfulMainModes
Numero totale di negoziati con la modalità principale riuscita.
totalFailedMainModes
Numero totale di negoziati in modalità principale non riusciti.
totalResponderMainModes
Numero totale di negoziati in modalità principale avviati esternamente da un peer.
currentNewResponderMainModes
Numero corrente di modalità principali del risponditore appena creato che sono ancora nello stato iniziale.
currentActiveQuickModes
Numero corrente di SA in modalità rapida attiva.
totalQuickModesStarted
Numero totale di negoziati in modalità rapida.
totalSuccessfulQuickModes
Numero totale di negoziati in modalità rapida riusciti.
totalFailedQuickModes
Numero totale di negoziati in modalità rapida non riusciti.
totalAcquires
Numero totale di acquisizioni ricevute da BFE.
totalReinitAcquires
Numero totale di acquisizioni reinizializzazioni interne.
currentActiveExtendedModes
Numero corrente di SA della modalità estesa attiva.
totalExtendedModesStarted
Numero totale di negoziati in modalità estesa.
totalSuccessfulExtendedModes
Numero totale di negoziati con modalità estesa riuscita.
totalFailedExtendedModes
Numero totale di negoziati in modalità estesa non riuscita.
totalImpersonationExtendedModes
Numero totale di negoziati in modalità estesa riusciti che hanno usato la rappresentazione.
totalImpersonationMainModes
Numero totale di negoziati in modalità main che hanno usato la rappresentazione.
Requisiti
Client minimo supportato | Windows 7 [solo app desktop] |
Server minimo supportato | Windows Server 2008 R2 [solo app desktop] |
Intestazione | iketypes.h |