Partager via


structure IKEEXT_COMMON_STATISTICS1 (iketypes.h)

La structure IKEEXT_COMMON_STATISTICS1 contient diverses statistiques communes à IKE, Authip et IKEv2. IKEEXT_COMMON_STATISTICS0 est disponible.

 

Syntaxe

typedef struct IKEEXT_COMMON_STATISTICS1_ {
  IKEEXT_IP_VERSION_SPECIFIC_COMMON_STATISTICS1 v4Statistics;
  IKEEXT_IP_VERSION_SPECIFIC_COMMON_STATISTICS1 v6Statistics;
  UINT32                                        totalPacketsReceived;
  UINT32                                        totalInvalidPacketsReceived;
  UINT32                                        currentQueuedWorkitems;
} IKEEXT_COMMON_STATISTICS1;

Membres

v4Statistics

Statistiques courantes IPv4.

Pour plus d’informations, consultez IKEEXT_IP_VERSION_SPECIFIC_COMMON_STATISTICS1 .

v6Statistics

Statistiques courantes IPv6.

Pour plus d’informations, consultez IKEEXT_IP_VERSION_SPECIFIC_COMMON_STATISTICS1 .

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 7 [applications de bureau uniquement]
Serveur minimal pris en charge Windows Server 2008 R2 [applications de bureau uniquement]
En-tête iketypes.h

Voir aussi

Structures d’API de plateforme de filtrage Windows