Condividi tramite


struttura IPSEC_TRAFFIC_STATISTICS1 (ipsectypes.h)

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

 

Sintassi

typedef struct IPSEC_TRAFFIC_STATISTICS1_ {
  UINT64 encryptedByteCount;
  UINT64 authenticatedAHByteCount;
  UINT64 authenticatedESPByteCount;
  UINT64 transportByteCount;
  UINT64 tunnelByteCount;
  UINT64 offloadByteCount;
  UINT64 totalSuccessfulPackets;
} IPSEC_TRAFFIC_STATISTICS1;

Members

encryptedByteCount

Specifica il numero di byte crittografato.

authenticatedAHByteCount

Specifica il conteggio dei byte AH autenticati.

authenticatedESPByteCount

Specifica il numero di byte ESP autenticato.

transportByteCount

Specifica il conteggio dei byte di trasporto.

tunnelByteCount

Specifica il conteggio dei byte del tunnel.

offloadByteCount

Specifica il numero di byte offload.

totalSuccessfulPackets

Numero totale di pacchetti trasmessi correttamente.

Requisiti

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

Vedi anche

Strutture API della piattaforma di filtro Windows