Share via


struttura FWPM_STATISTICS0 (fwpmtypes.h)

La struttura FWPM_STATISTICS0 archivia le statistiche correlate alle connessioni a livelli specifici.

Sintassi

typedef struct FWPM_STATISTICS0_ {
  UINT32                 numLayerStatistics;
  FWPM_LAYER_STATISTICS0 *layerStatistics;
  UINT32                 inboundAllowedConnectionsV4;
  UINT32                 inboundBlockedConnectionsV4;
  UINT32                 outboundAllowedConnectionsV4;
  UINT32                 outboundBlockedConnectionsV4;
  UINT32                 inboundAllowedConnectionsV6;
  UINT32                 inboundBlockedConnectionsV6;
  UINT32                 outboundAllowedConnectionsV6;
  UINT32                 outboundBlockedConnectionsV6;
  UINT32                 inboundActiveConnectionsV4;
  UINT32                 outboundActiveConnectionsV4;
  UINT32                 inboundActiveConnectionsV6;
  UINT32                 outboundActiveConnectionsV6;
  UINT64                 reauthDirInbound;
  UINT64                 reauthDirOutbound;
  UINT64                 reauthFamilyV4;
  UINT64                 reauthFamilyV6;
  UINT64                 reauthProtoOther;
  UINT64                 reauthProtoIPv4;
  UINT64                 reauthProtoIPv6;
  UINT64                 reauthProtoICMP;
  UINT64                 reauthProtoICMP6;
  UINT64                 reauthProtoUDP;
  UINT64                 reauthProtoTCP;
  UINT64                 reauthReasonPolicyChange;
  UINT64                 reauthReasonNewArrivalInterface;
  UINT64                 reauthReasonNewNextHopInterface;
  UINT64                 reauthReasonProfileCrossing;
  UINT64                 reauthReasonClassifyCompletion;
  UINT64                 reauthReasonIPSecPropertiesChanged;
  UINT64                 reauthReasonMidStreamInspection;
  UINT64                 reauthReasonSocketPropertyChanged;
  UINT64                 reauthReasonNewInboundMCastBCastPacket;
  UINT64                 reauthReasonEDPPolicyChanged;
  UINT64                 reauthReasonProxyHandleChanged;
} FWPM_STATISTICS0;

Members

numLayerStatistics

Tipo: UINT32

Numero di strutture FWPM_LAYER_STATISTICS0 nel membro layerStatistics .

layerStatistics

Tipo: FWPM_LAYER_STATISTICS0*

Statistiche correlate al livello.

inboundAllowedConnectionsV4

Tipo: UINT32

Numero di connessioni in ingresso IPv4 consentite.

inboundBlockedConnectionsV4

Tipo: UINT32

Numero di connessioni in ingresso IPv4 bloccate.

outboundAllowedConnectionsV4

Tipo: UINT32

Numero di connessioni in uscita IPv4 consentite.

outboundBlockedConnectionsV4

Tipo: UINT32

Numero di connessioni in uscita IPv4 bloccate.

inboundAllowedConnectionsV6

Tipo: UINT32

Numero di connessioni in ingresso IPv6 consentite.

inboundBlockedConnectionsV6

Tipo: UINT32

Numero di connessioni in ingresso IPv6 bloccate.

outboundAllowedConnectionsV6

Tipo: UINT32

Numero di connessioni in uscita IPv6 consentite.

outboundBlockedConnectionsV6

Tipo: UINT32

Numero di connessioni in uscita IPv6 bloccate.

inboundActiveConnectionsV4

Tipo: UINT32

Numero di connessioni in ingresso IPv4 attive.

outboundActiveConnectionsV4

Tipo: UINT32

Numero di connessioni in uscita IPv4 attive.

inboundActiveConnectionsV6

Tipo: UINT32

Numero di connessioni in ingresso IPv6 attive.

outboundActiveConnectionsV6

Tipo: UINT32

Numero di connessioni in uscita IPv6 attive.

reauthDirInbound

reauthDirOutbound

reauthFamilyV4

reauthFamilyV6

reauthProtoOther

reauthProtoIPv4

reauthProtoIPv6

reauthProtoICMP

reauthProtoICMP6

reauthProtoUDP

reauthProtoTCP

reauthReasonPolicyChange

reauthReasonNewArrivalInterface

reauthReasonNewNextHopInterface

reauthReasonProfileCrossing

reauthReasonClassifyCompletion

reauthReasonIPSecPropertiesChanged

reauthReasonMidStreamInspection

reauthReasonSocketPropertyChanged

reauthReasonNewInboundMCastBCastPacket

reauthReasonEDPPolicyChanged

reauthReasonProxyHandleChanged

Commenti

FWPM_STATISTICS0 è un'implementazione specifica di FWPM_STATISTICS. Per altre informazioni, vedere Wfp Version-Independent Names and Targeting Specific Versions of Windows .See WFP Version-Independent Names and Targeting Specific Versions of Windows.See WFP Version-Independent Names and Targeting Specific Versions of Windows for more information.

Requisiti

   
Client minimo supportato Windows Vista [solo app desktop]
Server minimo supportato Windows Server 2008 [solo app desktop]
Intestazione fwpmtypes.h

Vedi anche

FWPM_LAYER_STATISTICS0