FWPM_NET_EVENT_IPSEC_DOSP_DROP0 structure (fwpmtypes.h)

The FWPM_NET_EVENT_IPSEC_DOSP_DROP0 structure contains information that describes an IPsec DoS Protection drop event.

Syntax

typedef struct FWPM_NET_EVENT_IPSEC_DOSP_DROP0_ {
  FWP_IP_VERSION ipVersion;
  union {
    UINT32 publicHostV4Addr;
    UINT8  publicHostV6Addr[16];
  };
  union {
    UINT32 internalHostV4Addr;
    UINT8  internalHostV6Addr[16];
  };
  INT32          failureStatus;
  FWP_DIRECTION  direction;
} FWPM_NET_EVENT_IPSEC_DOSP_DROP0;

Members

ipVersion

Internet Protocol (IP) version.

See FWP_IP_VERSION for more information.

publicHostV4Addr

The public IPv4 address of the Internet host.

Specified when ipVersion is FWP_IP_VERSION_V4.

publicHostV6Addr[16]

The public IPv6 address of the Internet host.

Specified when ipVersion is FWP_IP_VERSION_V6.

internalHostV4Addr

The internal IPv4 address of the Internet host.

Specified when ipVersion is FWP_IP_VERSION_V4.

internalHostV6Addr[16]

The internal IPv6 address of the Internet host.

Specified when ipVersion is FWP_IP_VERSION_V6.

failureStatus

Contains the error code for the failure.

direction

An FWP_DIRECTION value that specifies whether the dropped packet is inbound or outbound.

Remarks

FWPM_NET_EVENT_IPSEC_DOSP_DROP0 is a specific implementation of FWPM_NET_EVENT_IPSEC_DOSP_DROP. See WFP Version-Independent Names and Targeting Specific Versions of Windows for more information.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Header fwpmtypes.h

See also

FWP_DIRECTION

Windows Filtering Platform API Structures