XenevaOS
Loading...
Searching...
No Matches
Public Attributes | List of all members
_EFI_IPSEC_PAD_ID Struct Reference

#include <IpSecConfig.h>

Collaboration diagram for _EFI_IPSEC_PAD_ID:
Collaboration graph
[legend]

Public Attributes

BOOLEAN PeerIdValid
 
union { 
 
   EFI_IP_ADDRESS_INFO   IpAddress 
 
   UINT8   PeerId [MAX_PEERID_LEN
 
Id 
 

Detailed Description

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.

Member Data Documentation

◆ [union]

union { ... } _EFI_IPSEC_PAD_ID::Id

◆ IpAddress

EFI_IP_ADDRESS_INFO _EFI_IPSEC_PAD_ID::IpAddress

Pointer to the IPv4 or IPv6 address range.

◆ PeerId

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)

◆ PeerIdValid

BOOLEAN _EFI_IPSEC_PAD_ID::PeerIdValid

Flag to identify which type of PAD Id is used.


The documentation for this struct was generated from the following file: