TianoCore EDK2 master
Loading...
Searching...
No Matches
EFI_UDP6_SESSION_DATA Struct Reference

#include <MdePkg/Include/Protocol/Udp6.h>

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.

Definition at line 95 of file Udp6.h.

Field Documentation

◆ DestinationAddress

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.

Definition at line 110 of file Udp6.h.

◆ DestinationPort

UINT16 EFI_UDP6_SESSION_DATA::DestinationPort

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

Definition at line 115 of file Udp6.h.

◆ SourceAddress

EFI_IPv6_ADDRESS EFI_UDP6_SESSION_DATA::SourceAddress

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

Definition at line 100 of file Udp6.h.

◆ SourcePort

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.

Definition at line 105 of file Udp6.h.


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