FWPS_PACKET_LIST_INBOUND_IPSEC_INFORMATION0 (Compact 2013)
3/26/2014
This structure defines IPsec information associated with incoming packet data.
Syntax
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;
Members
- isSecure
A value that indicates if IPsec tunnel mode or IPsec transport mode processing has been performed on the packet list
- isTransportMode
A value that indicates if IPsec has applied a transport mode security association to the packet list
- isTunnelMode
A value that indicates if IPsec has applied a tunnel mode security association to the packet list
- isTransportModeVerified
A value that indicates if the packet list has been verified against the IPsec transport mode filter in the incoming transport layer
- isTunnelModeVerified
A value that indicates if the packet list has been verified against the IPsec tunnel mode filter in the incoming transport layer
- isDeTunneled
A value that indicates if the packet list has been detunneled by IPsec.
Remarks
A FWPS_PACKET_LIST_INBOUND_IPSEC_INFORMATION0 structure is included as a member of the FWPS_PACKET_LIST_IPSEC_INFORMATION0 structure.
Requirements
Header |
fwpsk.h |
See Also
Reference
WFP Callout Driver Structures
FWPS_PACKET_LIST_IPSEC_INFORMATION0
WFP Callout Driver Reference