iPXE
Data Fields
EFI_TCP6_SERVICE_POINT Struct Reference

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

#include <Tcp6.h>

Data Fields

EFI_HANDLE InstanceHandle
 The EFI TCPv6 Protocol instance handle that is using this address/port pair. More...
 
EFI_IPv6_ADDRESS LocalAddress
 The local IPv6 address to which this TCP instance is bound. More...
 
UINT16 LocalPort
 The local port number in host byte order. More...
 
EFI_IPv6_ADDRESS RemoteAddress
 The remote IPv6 address. More...
 
UINT16 RemotePort
 The remote port number in host byte order. More...
 

Detailed Description

EFI_TCP6_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 39 of file Tcp6.h.

Field Documentation

◆ InstanceHandle

EFI_HANDLE EFI_TCP6_SERVICE_POINT::InstanceHandle

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

Definition at line 44 of file Tcp6.h.

◆ LocalAddress

EFI_IPv6_ADDRESS EFI_TCP6_SERVICE_POINT::LocalAddress

The local IPv6 address to which this TCP instance is bound.

Set to 0::/128, if this TCP instance is configured to listen on all available source addresses.

Definition at line 50 of file Tcp6.h.

◆ LocalPort

UINT16 EFI_TCP6_SERVICE_POINT::LocalPort

The local port number in host byte order.

Definition at line 54 of file Tcp6.h.

◆ RemoteAddress

EFI_IPv6_ADDRESS EFI_TCP6_SERVICE_POINT::RemoteAddress

The remote IPv6 address.

It may be 0::/128 if this TCP instance is not connected to any remote host.

Definition at line 59 of file Tcp6.h.

◆ RemotePort

UINT16 EFI_TCP6_SERVICE_POINT::RemotePort

The remote port number in host byte order.

It may be zero if this TCP instance is not connected to any remote host.

Definition at line 64 of file Tcp6.h.


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