// fwpsk.h
typedef struct FWPS_PACKET_LIST_INBOUND_IPSEC_INFORMATION0_ {
unsigned isSecure : 1;
unsigned isTransportMode : 1;
unsigned isTunnelMode : 1;
unsigned isTransportModeVerified : 1;
unsigned isTunnelModeVerified : 1;
unsigned isDeTunneled : 1;
} FWPS_PACKET_LIST_INBOUND_IPSEC_INFORMATION0;
View the official Windows Driver Kit DDI referenceNo description available.
The FWPS_PACKET_LIST_INBOUND_IPSEC_INFORMATION0 structure defines IPsec information associated with inbound packet data.
Note FWPS_PACKET_LIST_INBOUND_IPSEC_INFORMATION0 is a specific version of FWPS_PACKET_LIST_INBOUND_IPSEC_INFORMATION. See WFP Version-Independent Names and Targeting Specific Versions of Windows for more information.
isSecureA value that indicates whether IPsec tunnel mode or IPsec transport mode processing has been performed on the packet list.
isTransportModeA value that indicates whether IPsec has applied a transport mode security association to the packet list.
isTunnelModeA value that indicates whether IPsec has applied a tunnel mode security association to the packet list.
isTransportModeVerifiedA value that indicates whether the packet list has been verified against the IPsec transport mode filter in the inbound transport layer.
isTunnelModeVerifiedA value that indicates whether the packet list has been verified against the IPsec tunnel mode filter in the inbound transport layer.
isDeTunneledA value that indicates whether the packet list has been detunneled by IPsec.
An FWPS_PACKET_LIST_INBOUND_IPSEC_INFORMATION0 structure is included as a member of the FWPS_PACKET_LIST_IPSEC_INFORMATION0 structure.
FWPS_PACKET_LIST_IPSEC_INFORMATION0