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

Data Fields

EFI_IPv6_ADDRESS SourceAddress
 
UINT16 SourcePort
 
EFI_IPv6_ADDRESS DestinationAddress
 
UINT16 DestinationPort
 

Detailed Description

The EFI_UDP6_SESSION_DATA is used to retrieve the settings when receiving packets or to override the existing settings (only DestinationAddress and DestinationPort can be overridden) of this EFI UDPv6 Protocol instance when sending packets.

Field Documentation

EFI_IPv6_ADDRESS EFI_UDP6_SESSION_DATA::DestinationAddress

Address to which this packet is sent. When sending packet, it'll be ignored if it is zero.

UINT16 EFI_UDP6_SESSION_DATA::DestinationPort

Port to which this packet is sent. When sending packet, it'll be ignored if it is zero.

EFI_IPv6_ADDRESS EFI_UDP6_SESSION_DATA::SourceAddress

Address from which this packet is sent. This field should not be used when sending packets.

UINT16 EFI_UDP6_SESSION_DATA::SourcePort

Port from which this packet is sent. It is in host byte order. This field should not be used when sending packets.