FWPS_FIELDS_INBOUND_IPPACKET_V4 enumeration (fwpsu.h)
Specifies the data field identifiers for the FWPS_LAYER_INBOUND_IPPACKET_V4 and FWPS_LAYER_INBOUND_IPPACKET_V4_DISCARD run-time filtering layers.
Syntax
typedef enum FWPS_FIELDS_INBOUND_IPPACKET_V4_ {
FWPS_FIELD_INBOUND_IPPACKET_V4_IP_LOCAL_ADDRESS,
FWPS_FIELD_INBOUND_IPPACKET_V4_IP_REMOTE_ADDRESS,
FWPS_FIELD_INBOUND_IPPACKET_V4_IP_LOCAL_ADDRESS_TYPE,
FWPS_FIELD_INBOUND_IPPACKET_V4_IP_LOCAL_INTERFACE,
FWPS_FIELD_INBOUND_IPPACKET_V4_INTERFACE_INDEX,
FWPS_FIELD_INBOUND_IPPACKET_V4_SUB_INTERFACE_INDEX,
FWPS_FIELD_INBOUND_IPPACKET_V4_FLAGS,
FWPS_FIELD_INBOUND_IPPACKET_V4_INTERFACE_TYPE,
FWPS_FIELD_INBOUND_IPPACKET_V4_TUNNEL_TYPE,
FWPS_FIELD_INBOUND_IPPACKET_V4_COMPARTMENT_ID,
FWPS_FIELD_INBOUND_IPPACKET_V4_MAX
} FWPS_FIELDS_INBOUND_IPPACKET_V4;
Constants
FWPS_FIELD_INBOUND_IPPACKET_V4_IP_LOCAL_ADDRESS The local IP address. |
FWPS_FIELD_INBOUND_IPPACKET_V4_IP_REMOTE_ADDRESS The remote IP address. |
FWPS_FIELD_INBOUND_IPPACKET_V4_IP_LOCAL_ADDRESS_TYPE The local IP address type that is embedded in the ICMP packet. The possible condition values are defined by the NL_ADDRESS_TYPE enumeration. |
FWPS_FIELD_INBOUND_IPPACKET_V4_IP_LOCAL_INTERFACE The locally unique identifier (LUID) for the network interface associated with the local IP address. |
FWPS_FIELD_INBOUND_IPPACKET_V4_INTERFACE_INDEX The index of the network interface, as enumerated by the network stack. |
FWPS_FIELD_INBOUND_IPPACKET_V4_SUB_INTERFACE_INDEX The index of the logical network interface, as enumerated by the network stack. |
FWPS_FIELD_INBOUND_IPPACKET_V4_FLAGS A bitwise OR of a combination of filtering condition flags. For information about the possible flags, see Filtering condition flags. |
FWPS_FIELD_INBOUND_IPPACKET_V4_INTERFACE_TYPE The type of the local network interface, as defined by the Internet Assigned Numbers Authority (IANA). For more information, see IANAifType-MIB Definitions. |
FWPS_FIELD_INBOUND_IPPACKET_V4_TUNNEL_TYPE The encapsulation method used by a tunnel if the IfType member of the IP_ADAPTER_ADDRESSES structure is IF_TYPE_TUNNEL. The tunnel type is defined by IANA. For more information, see IANAifType-MIB Definitions and the Windows SDK. |
FWPS_FIELD_INBOUND_IPPACKET_V4_COMPARTMENT_ID The compartment that the network interface belongs to. Supported starting with Windows 10, version 1703. |
FWPS_FIELD_INBOUND_IPPACKET_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 |
---|---|
Header | fwpsu.h |