iPXE
Data Fields
EFI_UDP6_SESSION_DATA Struct Reference

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. More...

#include <Udp6.h>

Data Fields

EFI_IPv6_ADDRESS SourceAddress
 Address from which this packet is sent. More...
 
UINT16 SourcePort
 Port from which this packet is sent. More...
 
EFI_IPv6_ADDRESS DestinationAddress
 Address to which this packet is sent. More...
 
UINT16 DestinationPort
 Port to which this packet is sent. More...
 

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 97 of file Udp6.h.

Field Documentation

◆ 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 102 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 107 of file Udp6.h.

◆ 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 112 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 117 of file Udp6.h.


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