FWPS_FIELDS_IPSEC_V4 enumeration (fwpsk.h)

The FWPS_FIELDS_IPSEC_V4 enumeration type specifies the data field identifiers for the FWPS_LAYER_IPSEC_V4 run-time filtering layer.

Syntax

typedef enum FWPS_FIELDS_IPSEC_V4_ {
  FWPS_FIELD_IPSEC_V4_IP_PROTOCOL,
  FWPS_FIELD_IPSEC_V4_IP_LOCAL_ADDRESS,
  FWPS_FIELD_IPSEC_V4_IP_REMOTE_ADDRESS,
  FWPS_FIELD_IPSEC_V4_IP_LOCAL_PORT,
  FWPS_FIELD_IPSEC_V4_IP_REMOTE_PORT,
  FWPS_FIELD_IPSEC_V4_IP_LOCAL_INTERFACE,
  FWPS_FIELD_IPSEC_V4_PROFILE_ID,
  FWPS_FIELD_IPSEC_V4_IPSEC_SECURITY_REALM_ID,
  FWPS_FIELD_IPSEC_V4_MAX
} FWPS_FIELDS_IPSEC_V4;

Constants

 
FWPS_FIELD_IPSEC_V4_IP_PROTOCOL
The IP protocol number, as specified in RFC 1700.
FWPS_FIELD_IPSEC_V4_IP_LOCAL_ADDRESS
The local IP address.
FWPS_FIELD_IPSEC_V4_IP_REMOTE_ADDRESS
The remote IP address.
FWPS_FIELD_IPSEC_V4_IP_LOCAL_PORT
The local transport protocol port number.
FWPS_FIELD_IPSEC_V4_IP_REMOTE_PORT
The remote transport protocol port number.
FWPS_FIELD_IPSEC_V4_IP_LOCAL_INTERFACE
The locally unique identifier (LUID) for the network interface associated with the
local IP address.
FWPS_FIELD_IPSEC_V4_PROFILE_ID
The profile identifier (network category) of the network interface. The possible network category
values are: public (1), private (2), or domain (3).


Note  Supported starting with Windows 7.

 
FWPS_FIELD_IPSEC_V4_IPSEC_SECURITY_REALM_ID
The IPsec security realm identifier.

Note  Supported starting with Windows 10.

 
FWPS_FIELD_IPSEC_V4_MAX
The maximum value for this enumeration. This value might change in future versions of the NDIS
header files and binaries.

Requirements

Requirement Value
Minimum supported client Unless otherwise noted, supported starting with Windows Vista.
Header fwpsk.h (include Fwpsk.h)