Condividi tramite


IPSEC_TRAFFIC_STATISTICS0 struttura (ipsectypes.h)

La struttura IPSEC_TRAFFIC_STATISTICS0 archivia le statistiche del traffico IPsec. IPSEC_TRAFFIC_STATISTICS1 è disponibile.

 

Sintassi

typedef struct IPSEC_TRAFFIC_STATISTICS0_ {
  UINT64 encryptedByteCount;
  UINT64 authenticatedAHByteCount;
  UINT64 authenticatedESPByteCount;
  UINT64 transportByteCount;
  UINT64 tunnelByteCount;
  UINT64 offloadByteCount;
} IPSEC_TRAFFIC_STATISTICS0;

Members

encryptedByteCount

Specifica il conteggio dei byte crittografati.

authenticatedAHByteCount

Specifica il numero di byte AH autenticato.

authenticatedESPByteCount

Specifica il conteggio dei byte ESP autenticati.

transportByteCount

Specifica il numero di byte di trasporto.

tunnelByteCount

Specifica il numero di byte del tunnel.

offloadByteCount

Specifica il numero di byte offload.

Requisiti

Requisito Valore
Client minimo supportato Windows Vista [solo app desktop]
Server minimo supportato Windows Server 2008 [solo app desktop]
Intestazione ipsectypes.h

Vedi anche

Strutture API della piattaforma di filtro di Windows