Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The FWPS_FIELDS_IPSEC_KM_DEMUX_V6 enumeration type specifies the data field identifiers for the FWPS_LAYER_IPSEC_KM_DEMUX_V6 run-time filtering layer.
Syntax
typedef enum FWPS_FIELDS_IPSEC_KM_DEMUX_V6_ {
FWPS_FIELD_IPSEC_KM_DEMUX_V6_IP_LOCAL_ADDRESS,
FWPS_FIELD_IPSEC_KM_DEMUX_V6_IP_REMOTE_ADDRESS,
FWPS_FIELD_IPSEC_KM_DEMUX_V6_QM_MODE,
FWPS_FIELD_IPSEC_KM_DEMUX_V6_IP_LOCAL_INTERFACE,
FWPS_FIELD_IPSEC_KM_DEMUX_V6_CURRENT_PROFILE_ID,
FWPS_FIELD_KM_DEMUX_V6_IPSEC_SECURITY_REALM_ID,
FWPS_FIELD_IPSEC_KM_DEMUX_V6_MAX
} FWPS_FIELDS_IPSEC_KM_DEMUX_V6;
Constants
FWPS_FIELD_IPSEC_KM_DEMUX_V6_IP_LOCAL_ADDRESSThe local IP address. |
FWPS_FIELD_IPSEC_KM_DEMUX_V6_IP_REMOTE_ADDRESSThe remote IP address. |
FWPS_FIELD_IPSEC_KM_DEMUX_V6_QM_MODEThe quick mode (QM) mode. Note Supported starting with Windows 8. |
FWPS_FIELD_IPSEC_KM_DEMUX_V6_IP_LOCAL_INTERFACEThe IP local interface. Note Supported starting with Windows 8. |
FWPS_FIELD_IPSEC_KM_DEMUX_V6_CURRENT_PROFILE_IDThe 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 8. |
FWPS_FIELD_KM_DEMUX_V6_IPSEC_SECURITY_REALM_IDThe IPsec security realm identifier. Note Supported starting with Windows 10. |
FWPS_FIELD_IPSEC_KM_DEMUX_V6_MAXThe 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 | Supported starting with Windows Vista. |
| Header | fwpsk.h (include Fwpsk.h) |