FWPM_STATISTICS0 구조체(fwpmtypes.h)
FWPM_STATISTICS0 구조는 특정 계층의 연결과 관련된 통계를 저장합니다.
구문
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;
멤버
numLayerStatistics
형식: UINT32
layerStatistics 멤버의 FWPM_LAYER_STATISTICS0 구조체 수입니다.
layerStatistics
계층과 관련된 통계입니다.
inboundAllowedConnectionsV4
형식: UINT32
허용되는 IPv4 인바운드 연결 수입니다.
inboundBlockedConnectionsV4
형식: UINT32
차단된 IPv4 인바운드 연결 수입니다.
outboundAllowedConnectionsV4
형식: UINT32
허용되는 IPv4 아웃바운드 연결 수입니다.
outboundBlockedConnectionsV4
형식: UINT32
차단된 IPv4 아웃바운드 연결 수입니다.
inboundAllowedConnectionsV6
형식: UINT32
허용되는 IPv6 인바운드 연결 수입니다.
inboundBlockedConnectionsV6
형식: UINT32
차단된 IPv6 인바운드 연결 수입니다.
outboundAllowedConnectionsV6
형식: UINT32
허용되는 IPv6 아웃바운드 연결 수입니다.
outboundBlockedConnectionsV6
형식: UINT32
차단된 IPv6 아웃바운드 연결 수입니다.
inboundActiveConnectionsV4
형식: UINT32
활성 IPv4 인바운드 연결 수입니다.
outboundActiveConnectionsV4
형식: UINT32
활성 IPv4 아웃바운드 연결 수입니다.
inboundActiveConnectionsV6
형식: UINT32
활성 IPv6 인바운드 연결 수입니다.
outboundActiveConnectionsV6
형식: UINT32
활성 IPv6 아웃바운드 연결 수입니다.
reauthDirInbound
reauthDirOutbound
reauthFamilyV4
reauthFamilyV6
reauthProtoOther
reauthProtoIPv4
reauthProtoIPv6
reauthProtoICMP
reauthProtoICMP6
reauthProtoUDP
reauthProtoTCP
reauthReasonPolicyChange
reauthReasonNewArrivalInterface
reauthReasonNewNextHopInterface
reauthReasonProfileCrossing
reauthReasonClassifyCompletion
reauthReasonIPSecPropertiesChanged
reauthReasonMidStreamInspection
reauthReasonSocketPropertyChanged
reauthReasonNewInboundMCastBCastPacket
reauthReasonEDPPolicyChanged
reauthReasonProxyHandleChanged
설명
FWPM_STATISTICS0 FWPM_STATISTICS 특정 구현입니다. 자세한 내용은 WFP Version-Independent 이름 및 특정 버전의 Windows 대상 지정 을 참조하세요.
요구 사항
지원되는 최소 클라이언트 | Windows Vista [데스크톱 앱만 해당] |
지원되는 최소 서버 | Windows Server 2008 [데스크톱 앱만 해당] |
머리글 | fwpmtypes.h |