|
XenevaOS
|
#include <Dns6.h>

Public Attributes | |
| CHAR16 * | HostName |
| EFI_IPv6_ADDRESS * | IpAddress |
| UINT32 | Timeout |
| CHAR16* EFI_DNS6_CACHE_ENTRY::HostName |
Host name. This should be interpreted as Unicode characters.
| EFI_IPv6_ADDRESS* EFI_DNS6_CACHE_ENTRY::IpAddress |
IP address of this host.
| 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.