_EFI_IPSEC_SPD_SELECTOR Struct Reference


Data Fields

UINT32 LocalAddressCount
EFI_IP_ADDRESS_INFOLocalAddress
UINT32 RemoteAddressCount
EFI_IP_ADDRESS_INFORemoteAddress
UINT16 NextLayerProtocol
UINT16 LocalPort
UINT16 LocalPortRange
UINT16 RemotePort
UINT16 RemotePortRange

Detailed Description

EFI_IPSEC_SPD_SELECTOR

Field Documentation

A list of ranges of IPv4 or IPv6 addresses, which refers to the addresses being protected by IPsec policy.

Specifies the actual number of entries in LocalAddress.

Local Port if the Next Layer Protocol uses two ports (as do TCP, UDP, and others). A zero value is a wildcard that matches any value in LocalPort field.

A designed port range size. The start port is LocalPort, and the total number of ports is described by LocalPortRange. This field is ignored if NextLayerProtocol does not use ports.

Next layer protocol. Obtained from the IPv4 Protocol or the IPv6 Next Header fields. The next layer protocol is whatever comes after any IP extension headers that are present. A zero value is a wildcard that matches any value in NextLayerProtocol field.

A list of ranges of IPv4 or IPv6 addresses, which are peer entities to LocalAddress.

Specifies the actual number of entries in RemoteAddress.

Remote Port if the Next Layer Protocol uses two ports. A zero value is a wildcard that matches any value in RemotePort field.

A designed port range size. The start port is RemotePort, and the total number of ports is described by RemotePortRange. This field is ignored if NextLayerProtocol does not use ports.


Generated on Wed Sep 23 16:24:26 2015 for MdePkg[ALL] by  doxygen 1.5.7.1