MdePkg[all]  1.08
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
_EFI_IPSEC_SA_ID Struct Reference

Data Fields

UINT32 Spi
 
EFI_IPSEC_PROTOCOL_TYPE Proto
 
EFI_IP_ADDRESS DestAddress
 

Detailed Description

EFI_IPSEC_SA_ID A triplet to identify an SA, consisting of the following members.

Field Documentation

EFI_IP_ADDRESS _EFI_IPSEC_SA_ID::DestAddress

Destination IP address.

EFI_IPSEC_PROTOCOL_TYPE _EFI_IPSEC_SA_ID::Proto

IPsec protocol: AH or ESP

UINT32 _EFI_IPSEC_SA_ID::Spi

Security Parameter Index (aka SPI). An arbitrary 32-bit value that is used by a receiver to identity the SA to which an incoming package should be bound.