iPXE
Data Fields
DNS_DEVICE_PATH Struct Reference

#include <DevicePath.h>

Data Fields

EFI_DEVICE_PATH_PROTOCOL Header
 
UINT8 IsIPv6
 Indicates the DNS server address is IPv4 or IPv6 address. More...
 
EFI_IP_ADDRESS DnsServerIp []
 Instance of the DNS server address. More...
 

Detailed Description

Definition at line 846 of file DevicePath.h.

Field Documentation

◆ Header

EFI_DEVICE_PATH_PROTOCOL DNS_DEVICE_PATH::Header

Definition at line 847 of file DevicePath.h.

◆ IsIPv6

UINT8 DNS_DEVICE_PATH::IsIPv6

Indicates the DNS server address is IPv4 or IPv6 address.

Definition at line 851 of file DevicePath.h.

Referenced by efi_path_fetch_dns().

◆ DnsServerIp

EFI_IP_ADDRESS DNS_DEVICE_PATH::DnsServerIp[]

Instance of the DNS server address.

Definition at line 855 of file DevicePath.h.

Referenced by efi_path_fetch_dns().


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