iPXE
Data Fields
EFI_UDP6_SERVICE_POINT Struct Reference

EFI_UDP6_SERVICE_POINT is deprecated in the UEFI 2.4B and should not be used any more. More...

#include <Udp6.h>

Data Fields

EFI_HANDLE InstanceHandle
 The EFI UDPv6 Protocol instance handle that is using this address/port pair. More...
 
EFI_IPv6_ADDRESS LocalAddress
 The IPv6 address to which this instance of the EFI UDPv6 Protocol is bound. More...
 
UINT16 LocalPort
 The port number in host byte order on which the service is listening. More...
 
EFI_IPv6_ADDRESS RemoteAddress
 The IPv6 address of the remote host. More...
 
UINT16 RemotePort
 The port number in host byte order on which the remote host is listening. More...
 

Detailed Description

EFI_UDP6_SERVICE_POINT is deprecated in the UEFI 2.4B and should not be used any more.

The definition in here is only present to provide backwards compatability.

Definition at line 35 of file Udp6.h.

Field Documentation

◆ InstanceHandle

EFI_HANDLE EFI_UDP6_SERVICE_POINT::InstanceHandle

The EFI UDPv6 Protocol instance handle that is using this address/port pair.

Definition at line 39 of file Udp6.h.

◆ LocalAddress

EFI_IPv6_ADDRESS EFI_UDP6_SERVICE_POINT::LocalAddress

The IPv6 address to which this instance of the EFI UDPv6 Protocol is bound.

Set to 0::/128, if this instance is used to listen all packets from any source address.

Definition at line 45 of file Udp6.h.

◆ LocalPort

UINT16 EFI_UDP6_SERVICE_POINT::LocalPort

The port number in host byte order on which the service is listening.

Definition at line 49 of file Udp6.h.

◆ RemoteAddress

EFI_IPv6_ADDRESS EFI_UDP6_SERVICE_POINT::RemoteAddress

The IPv6 address of the remote host.

May be 0::/128 if it is not connected to any remote host or connected with more than one remote host.

Definition at line 54 of file Udp6.h.

◆ RemotePort

UINT16 EFI_UDP6_SERVICE_POINT::RemotePort

The port number in host byte order on which the remote host is listening.

Maybe zero if it is not connected to any remote host.

Definition at line 59 of file Udp6.h.


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