|
XenevaOS
|
#include <Udp6.h>

Public Attributes | |
| EFI_HANDLE | InstanceHandle |
| EFI_IPv6_ADDRESS | LocalAddress |
| UINT16 | LocalPort |
| EFI_IPv6_ADDRESS | RemoteAddress |
| UINT16 | RemotePort |
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.
| EFI_HANDLE EFI_UDP6_SERVICE_POINT::InstanceHandle |
The EFI UDPv6 Protocol instance handle that is using this address/port pair.
| 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.
| UINT16 EFI_UDP6_SERVICE_POINT::LocalPort |
The port number in host byte order on which the service is listening.
| 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.
| 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.