structure IKEEXT_COMMON_STATISTICS0 (iketypes.h)
La structure IKEEXT_COMMON_STATISTICS0 contient diverses statistiques communes à IKE et à Authip. IKEEXT_COMMON_STATISTICS1 est disponible.
Syntaxe
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;
Membres
v4Statistics
Statistiques courantes IPv4.
Pour plus d’informations, consultez IKEEXT_IP_VERSION_SPECIFIC_COMMON_STATISTICS0 .
v6Statistics
Statistiques courantes IPv6.
Pour plus d’informations, consultez IKEEXT_IP_VERSION_SPECIFIC_COMMON_STATISTICS0 .
totalPacketsReceived
Nombre total de paquets reçus.
totalInvalidPacketsReceived
Nombre total de paquets non valides reçus.
currentQueuedWorkitems
Nombre actuel d’éléments de travail qui sont mis en file d’attente et qui attendent d’être traités.
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows Vista [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2008 [applications de bureau uniquement] |
En-tête | iketypes.h |