TianoCore EDK2 master
Loading...
Searching...
No Matches
_TCP_PEER Struct Reference

#include <NetworkPkg/TcpDxe/TcpProto.h>

Data Fields

EFI_IP_ADDRESS Ip
 IP address, in network byte order.
 
TCP_PORTNO Port
 Port number, in network byte order.
 

Detailed Description

Network endpoint, IP plus Port structure.

Definition at line 222 of file TcpProto.h.

Field Documentation

◆ Ip

EFI_IP_ADDRESS _TCP_PEER::Ip

IP address, in network byte order.

Definition at line 223 of file TcpProto.h.

◆ Port

TCP_PORTNO _TCP_PEER::Port

Port number, in network byte order.

Definition at line 224 of file TcpProto.h.


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