iPXE
Data Fields
EFI_DNS6_CACHE_ENTRY Struct Reference

EFI_DNS6_CACHE_ENTRY. More...

#include <Dns6.h>

Data Fields

CHAR16HostName
 Host name. More...
 
EFI_IPv6_ADDRESSIpAddress
 IP address of this host. More...
 
UINT32 Timeout
 Time in second unit that this entry will remain in DNS cache. More...
 

Detailed Description

EFI_DNS6_CACHE_ENTRY.

Definition at line 91 of file Dns6.h.

Field Documentation

◆ HostName

CHAR16* EFI_DNS6_CACHE_ENTRY::HostName

Host name.

This should be interpreted as Unicode characters.

Definition at line 95 of file Dns6.h.

◆ IpAddress

EFI_IPv6_ADDRESS* EFI_DNS6_CACHE_ENTRY::IpAddress

IP address of this host.

Definition at line 99 of file Dns6.h.

◆ Timeout

UINT32 EFI_DNS6_CACHE_ENTRY::Timeout

Time in second unit that this entry will remain in DNS cache.

A value of zero means that this entry is permanent. A nonzero value will override the existing one if this entry to be added is dynamic entry. Implementations may set its default timeout value for the dynamically created DNS cache entry after one DNS resolve succeeds.

Definition at line 106 of file Dns6.h.


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