IPSEC_DOSP_STATE_ENUM_TEMPLATE0 structure (ipsectypes.h)

The IPSEC_DOSP_STATE_ENUM_TEMPLATE0 structure is used to enumerate IPsec DoS Protection state entries.

Syntax

typedef struct IPSEC_DOSP_STATE_ENUM_TEMPLATE0_ {
  FWP_V6_ADDR_AND_MASK publicV6AddrMask;
  FWP_V6_ADDR_AND_MASK internalV6AddrMask;
} IPSEC_DOSP_STATE_ENUM_TEMPLATE0;

Members

publicV6AddrMask

An FWP_V6_ADDR_AND_MASK structure that specifies the public IPv6 address.

internalV6AddrMask

An FWP_V6_ADDR_AND_MASK structure that specifies the internal IPv6 address.

Remarks

IPSEC_DOSP_STATE_ENUM_TEMPLATE0 is a specific implementation of IPSEC_DOSP_STATE_ENUM_TEMPLATE. 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 ipsectypes.h

See also

FWP_V6_ADDR_AND_MASK

Windows Filtering Platform API Structures