iPXE
|
#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... | |
Definition at line 866 of file DevicePath.h.
EFI_DEVICE_PATH_PROTOCOL DNS_DEVICE_PATH::Header |
Definition at line 867 of file DevicePath.h.
UINT8 DNS_DEVICE_PATH::IsIPv6 |
Indicates the DNS server address is IPv4 or IPv6 address.
Definition at line 871 of file DevicePath.h.
Referenced by efi_path_fetch_dns().
EFI_IP_ADDRESS DNS_DEVICE_PATH::DnsServerIp[] |
Instance of the DNS server address.
Definition at line 875 of file DevicePath.h.
Referenced by efi_path_fetch_dns().