FWPS_FIELDS_IPFORWARD_V4 enumeration (fwpsk.h)
The FWPS_FIELDS_IPFORWARD_V4 enumeration type specifies the data field identifiers for the FWPS_LAYER_IPFORWARD_V4 and FWPS_LAYER_IPFORWARD_V4_DISCARD run-time filtering layers.
Syntax
typedef enum FWPS_FIELDS_IPFORWARD_V4_ {
FWPS_FIELD_IPFORWARD_V4_IP_SOURCE_ADDRESS,
FWPS_FIELD_IPFORWARD_V4_IP_DESTINATION_ADDRESS,
FWPS_FIELD_IPFORWARD_V4_IP_DESTINATION_ADDRESS_TYPE,
FWPS_FIELD_IPFORWARD_V4_IP_LOCAL_INTERFACE,
FWPS_FIELD_IPFORWARD_V4_IP_FORWARD_INTERFACE,
FWPS_FIELD_IPFORWARD_V4_SOURCE_INTERFACE_INDEX,
FWPS_FIELD_IPFORWARD_V4_SOURCE_SUB_INTERFACE_INDEX,
FWPS_FIELD_IPFORWARD_V4_DESTINATION_INTERFACE_INDEX,
FWPS_FIELD_IPFORWARD_V4_DESTINATION_SUB_INTERFACE_INDEX,
FWPS_FIELD_IPFORWARD_V4_FLAGS,
FWPS_FIELD_IPFORWARD_V4_IP_PHYSICAL_ARRIVAL_INTERFACE,
FWPS_FIELD_IPFORWARD_V4_ARRIVAL_INTERFACE_PROFILE_ID,
FWPS_FIELD_IPFORWARD_V4_IP_PHYSICAL_NEXTHOP_INTERFACE,
FWPS_FIELD_IPFORWARD_V4_NEXTHOP_INTERFACE_PROFILE_ID,
FWPS_FIELD_IPFORWARD_V4_COMPARTMENT_ID,
FWPS_FIELD_IPFORWARD_V4_MAX
} FWPS_FIELDS_IPFORWARD_V4;
Constants
FWPS_FIELD_IPFORWARD_V4_IP_SOURCE_ADDRESS The source IP address. |
FWPS_FIELD_IPFORWARD_V4_IP_DESTINATION_ADDRESS The destination IP address. |
FWPS_FIELD_IPFORWARD_V4_IP_DESTINATION_ADDRESS_TYPE The destination IP address type. The possible values are defined by the NL_ADDRESS_TYPE enumeration. |
FWPS_FIELD_IPFORWARD_V4_IP_LOCAL_INTERFACE The locally unique identifier (LUID) for the network interface associated with the local IP address. |
FWPS_FIELD_IPFORWARD_V4_IP_FORWARD_INTERFACE The LUID for the network interface on which the packet being forwarded is to be sent out. |
FWPS_FIELD_IPFORWARD_V4_SOURCE_INTERFACE_INDEX The index of the source network interface, as enumerated by the network stack. |
FWPS_FIELD_IPFORWARD_V4_SOURCE_SUB_INTERFACE_INDEX The index of the source logical network interface, as enumerated by the network stack. |
FWPS_FIELD_IPFORWARD_V4_DESTINATION_INTERFACE_INDEX The index of the destination network interface, as enumerated by the network stack. |
FWPS_FIELD_IPFORWARD_V4_DESTINATION_SUB_INTERFACE_INDEX The index of the destination logical network interface, as enumerated by the network stack. |
FWPS_FIELD_IPFORWARD_V4_FLAGS A bitwise OR of a combination of filtering condition flags. For information about the possible flags, see Filtering Condition Flags. |
FWPS_FIELD_IPFORWARD_V4_IP_PHYSICAL_ARRIVAL_INTERFACE The LUID for the physical network interface that the packet first arrived on. Note Supported starting with Windows 7. |
FWPS_FIELD_IPFORWARD_V4_ARRIVAL_INTERFACE_PROFILE_ID The profile identifier (network category) of the arrival interface. The possible network category values are: public (1), private (2), or domain (3). Note Supported starting with Windows 7. |
FWPS_FIELD_IPFORWARD_V4_IP_PHYSICAL_NEXTHOP_INTERFACE The LUID for the physical network interface that will be used to continue forwarding of the outbound packet. Note Supported starting with Windows 7. |
FWPS_FIELD_IPFORWARD_V4_NEXTHOP_INTERFACE_PROFILE_ID The profile identifier (network category) of the next-hop interface. The possible network category values are: public (1), private (2), or domain (3). Note Supported starting with Windows 7. |
FWPS_FIELD_IPFORWARD_V4_COMPARTMENT_ID The compartment that the network interface belongs to. Note Supported starting with Windows 10, version 1703. |
FWPS_FIELD_IPFORWARD_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) |