Compartilhar via


estrutura IPSEC_TRAFFIC_STATISTICS1 (ipsectypes.h)

A estrutura IPSEC_TRAFFIC_STATISTICS1 armazena estatísticas de tráfego IPsec. IPSEC_TRAFFIC_STATISTICS0 está disponível.

 

Sintaxe

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

Membros

encryptedByteCount

Especifica a contagem de bytes criptografados.

authenticatedAHByteCount

Especifica a contagem de bytes ah autenticados.

authenticatedESPByteCount

Especifica a contagem de bytes esp autenticados.

transportByteCount

Especifica a contagem de bytes de transporte.

tunnelByteCount

Especifica a contagem de bytes de túnel.

offloadByteCount

Especifica a contagem de bytes de descarregamento.

totalSuccessfulPackets

O número total de pacotes que foram transmitidos com êxito.

Requisitos

Requisito Valor
Cliente mínimo com suporte Windows 7 [somente aplicativos da área de trabalho]
Servidor mínimo com suporte Windows Server 2008 R2 [somente aplicativos da área de trabalho]
Cabeçalho ipsectypes.h

Confira também

Estruturas de API da Plataforma de Filtragem do Windows