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

#include <DevicePath.h>

Collaboration diagram for IPv4_DEVICE_PATH:
Collaboration graph
[legend]

Public Attributes

EFI_DEVICE_PATH_PROTOCOL Header
 
EFI_IPv4_ADDRESS LocalIpAddress
 
EFI_IPv4_ADDRESS RemoteIpAddress
 
UINT16 LocalPort
 
UINT16 RemotePort
 
UINT16 Protocol
 
BOOLEAN StaticIpAddress
 
EFI_IPv4_ADDRESS GatewayIpAddress
 
EFI_IPv4_ADDRESS SubnetMask
 

Member Data Documentation

◆ GatewayIpAddress

EFI_IPv4_ADDRESS IPv4_DEVICE_PATH::GatewayIpAddress

The gateway IP address

◆ Header

EFI_DEVICE_PATH_PROTOCOL IPv4_DEVICE_PATH::Header

◆ LocalIpAddress

EFI_IPv4_ADDRESS IPv4_DEVICE_PATH::LocalIpAddress

The local IPv4 address.

◆ LocalPort

UINT16 IPv4_DEVICE_PATH::LocalPort

The local port number.

◆ Protocol

UINT16 IPv4_DEVICE_PATH::Protocol

The network protocol(i.e. UDP, TCP).

◆ RemoteIpAddress

EFI_IPv4_ADDRESS IPv4_DEVICE_PATH::RemoteIpAddress

The remote IPv4 address.

◆ RemotePort

UINT16 IPv4_DEVICE_PATH::RemotePort

The remote port number.

◆ StaticIpAddress

BOOLEAN IPv4_DEVICE_PATH::StaticIpAddress

0x00 - The Source IP Address was assigned though DHCP. 0x01 - The Source IP Address is statically bound.

◆ SubnetMask

EFI_IPv4_ADDRESS IPv4_DEVICE_PATH::SubnetMask

The subnet mask


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