|
XenevaOS
|
#include <IpSecConfig.h>

Public Attributes | ||
| BOOLEAN | PeerIdValid | |
| union { | ||
| EFI_IP_ADDRESS_INFO IpAddress | ||
| UINT8 PeerId [MAX_PEERID_LEN] | ||
| } | Id | |
EFI_IPSEC_PAD_ID specifies the identifier for PAD entry, which is also used for SPD lookup. IpAddress Pointer to the IPv4 or IPv6 address range.
| union { ... } _EFI_IPSEC_PAD_ID::Id |
| EFI_IP_ADDRESS_INFO _EFI_IPSEC_PAD_ID::IpAddress |
Pointer to the IPv4 or IPv6 address range.
| UINT8 _EFI_IPSEC_PAD_ID::PeerId[MAX_PEERID_LEN] |
Pointer to a null terminated ASCII string representing the symbolic names. A PeerId can be a DNS name, Distinguished Name, RFC 822 email address or Key ID (specified in section 4.4.3.1 of RFC 4301)
| BOOLEAN _EFI_IPSEC_PAD_ID::PeerIdValid |
Flag to identify which type of PAD Id is used.