iPXE
Data Fields
EFI_TCP4_SERVICE_POINT Struct Reference

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

#include <Tcp4.h>

Data Fields

EFI_HANDLE InstanceHandle
 
EFI_IPv4_ADDRESS LocalAddress
 
UINT16 LocalPort
 
EFI_IPv4_ADDRESS RemoteAddress
 
UINT16 RemotePort
 

Detailed Description

EFI_TCP4_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 38 of file Tcp4.h.

Field Documentation

◆ InstanceHandle

EFI_HANDLE EFI_TCP4_SERVICE_POINT::InstanceHandle

Definition at line 39 of file Tcp4.h.

◆ LocalAddress

EFI_IPv4_ADDRESS EFI_TCP4_SERVICE_POINT::LocalAddress

Definition at line 40 of file Tcp4.h.

◆ LocalPort

UINT16 EFI_TCP4_SERVICE_POINT::LocalPort

Definition at line 41 of file Tcp4.h.

◆ RemoteAddress

EFI_IPv4_ADDRESS EFI_TCP4_SERVICE_POINT::RemoteAddress

Definition at line 42 of file Tcp4.h.

◆ RemotePort

UINT16 EFI_TCP4_SERVICE_POINT::RemotePort

Definition at line 43 of file Tcp4.h.


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