Share via


estructura IPSEC_TRAFFIC_STATISTICS0 (ipsectypes.h)

La estructura IPSEC_TRAFFIC_STATISTICS0 almacena estadísticas de tráfico IPsec. IPSEC_TRAFFIC_STATISTICS1 está disponible.

 

Sintaxis

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

Miembros

encryptedByteCount

Especifica el recuento de bytes cifrados.

authenticatedAHByteCount

Especifica el recuento de bytes de AH autenticado.

authenticatedESPByteCount

Especifica el recuento de bytes esp autenticados.

transportByteCount

Especifica el recuento de bytes de transporte.

tunnelByteCount

Especifica el número de bytes de túnel.

offloadByteCount

Especifica el número de bytes de descarga.

Requisitos

Requisito Value
Cliente mínimo compatible Windows Vista [solo aplicaciones de escritorio]
Servidor mínimo compatible Windows Server 2008 [solo aplicaciones de escritorio]
Encabezado ipsectypes.h

Consulte también

Estructuras de API de plataforma de filtrado de Windows