Compartilhar via


estrutura IPSEC_TRAFFIC_STATISTICS0 (ipsectypes.h)

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

 

Sintaxe

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

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.

Requisitos

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

Confira também

Estruturas de API da Plataforma de Filtragem do Windows