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

#include <Udp6.h>

Collaboration diagram for EFI_UDP6_SESSION_DATA:
Collaboration graph
[legend]

Public Attributes

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.

Member Data 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.

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

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

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


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