Data Fields | |
EFI_HANDLE | InstanceHandle |
EFI_IPv6_ADDRESS | LocalAddress |
UINT16 | LocalPort |
EFI_IPv6_ADDRESS | RemoteAddress |
UINT16 | RemotePort |
The EFI TCPv6 Protocol instance handle that is using this address/port pair.
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.
The local port number in host byte order.
The remote IPv6 address. It may be 0::/128 if this TCP instance is not connected to any remote host.
The remote port number in host byte order. It may be zero if this TCP instance is not connected to any remote host.