EFI_UDP6_SERVICE_POINT is deprecated in the UEFI 2.4B and should not be used any more.
More...
#include <Udp6.h>
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 36 of file Udp6.h.
◆ InstanceHandle
The EFI UDPv6 Protocol instance handle that is using this address/port pair.
Definition at line 40 of file Udp6.h.
◆ 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 46 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 50 of file Udp6.h.
◆ 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 55 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 60 of file Udp6.h.
The documentation for this struct was generated from the following file:
- include/ipxe/efi/Protocol/Udp6.h