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

#include <Tcp6.h>

Collaboration diagram for EFI_TCP6_SERVICE_POINT:
Collaboration graph
[legend]

Public Attributes

EFI_HANDLE InstanceHandle
 
EFI_IPv6_ADDRESS LocalAddress
 
UINT16 LocalPort
 
EFI_IPv6_ADDRESS RemoteAddress
 
UINT16 RemotePort
 

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.

Member Data Documentation

◆ InstanceHandle

EFI_HANDLE EFI_TCP6_SERVICE_POINT::InstanceHandle

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

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

◆ LocalPort

UINT16 EFI_TCP6_SERVICE_POINT::LocalPort

The local port number in host byte order.

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

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


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