FWPS_PACKET_LIST_INBOUND_IPSEC_INFORMATION0_ - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-fwpsk-fwps_packet_list_inbound_ipsec_information0_)

FWPS_PACKET_LIST_INBOUND_IPSEC_INFORMATION0_ structure

Description

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.

Members

isSecure

A value that indicates whether IPsec tunnel mode or IPsec transport mode processing has been performed on the packet list.

isTransportMode

A value that indicates whether IPsec has applied a transport mode security association to the packet list.

isTunnelMode

A value that indicates whether IPsec has applied a tunnel mode security association to the packet list.

isTransportModeVerified

A value that indicates whether the packet list has been verified against the IPsec transport mode filter in the inbound transport layer.

isTunnelModeVerified

A value that indicates whether the packet list has been verified against the IPsec tunnel mode filter in the inbound transport layer.

isDeTunneled

A value that indicates whether the packet list has been detunneled by IPsec.

Remarks

An FWPS_PACKET_LIST_INBOUND_IPSEC_INFORMATION0 structure is included as a member of the FWPS_PACKET_LIST_IPSEC_INFORMATION0 structure.

See also

FWPS_PACKET_LIST_IPSEC_INFORMATION0