// fwpsk.h
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;
View the official Windows Driver Kit DDI referenceNo description available.
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.
FWPS_FIELD_IPFORWARD_V4_IP_SOURCE_ADDRESSThe source IP address.
FWPS_FIELD_IPFORWARD_V4_IP_DESTINATION_ADDRESSThe destination IP address.
FWPS_FIELD_IPFORWARD_V4_IP_DESTINATION_ADDRESS_TYPEThe destination IP address type. The possible values are defined by the NL_ADDRESS_TYPE enumeration.
FWPS_FIELD_IPFORWARD_V4_IP_LOCAL_INTERFACEThe locally unique identifier (LUID) for the network interface associated with the local IP address.
FWPS_FIELD_IPFORWARD_V4_IP_FORWARD_INTERFACEThe LUID for the network interface on which the packet being forwarded is to be sent out.
FWPS_FIELD_IPFORWARD_V4_SOURCE_INTERFACE_INDEXThe index of the source network interface, as enumerated by the network stack.
FWPS_FIELD_IPFORWARD_V4_SOURCE_SUB_INTERFACE_INDEXThe index of the source logical network interface, as enumerated by the network stack.
FWPS_FIELD_IPFORWARD_V4_DESTINATION_INTERFACE_INDEXThe index of the destination network interface, as enumerated by the network stack.
FWPS_FIELD_IPFORWARD_V4_DESTINATION_SUB_INTERFACE_INDEXThe index of the destination logical network interface, as enumerated by the network stack.
FWPS_FIELD_IPFORWARD_V4_FLAGSA 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_INTERFACEThe 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_IDThe 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_INTERFACEThe 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_IDThe 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_IDThe compartment that the network interface belongs to.
Note Supported starting with Windows 10, version 1703.
FWPS_FIELD_IPFORWARD_V4_MAXThe maximum value for this enumeration. This value might change in future versions of the NDIS header files and binaries.