structure IPSEC_TRAFFIC_STATISTICS0 (ipsectypes.h)
La structure IPSEC_TRAFFIC_STATISTICS0 stocke les statistiques de trafic IPsec. IPSEC_TRAFFIC_STATISTICS1 est disponible.
Syntaxe
typedef struct IPSEC_TRAFFIC_STATISTICS0_ {
UINT64 encryptedByteCount;
UINT64 authenticatedAHByteCount;
UINT64 authenticatedESPByteCount;
UINT64 transportByteCount;
UINT64 tunnelByteCount;
UINT64 offloadByteCount;
} IPSEC_TRAFFIC_STATISTICS0;
Membres
encryptedByteCount
Spécifie le nombre d’octets chiffrés.
authenticatedAHByteCount
Spécifie le nombre d’octets AH authentifiés.
authenticatedESPByteCount
Spécifie le nombre d’octets ESP authentifiés.
transportByteCount
Spécifie le nombre d’octets de transport.
tunnelByteCount
Spécifie le nombre d’octets de tunnel.
offloadByteCount
Spécifie le nombre d’octets de déchargement.
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 | ipsectypes.h |