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

#include <Dns4.h>

Collaboration diagram for EFI_DNS4_CACHE_ENTRY:
Collaboration graph
[legend]

Public Attributes

CHAR16HostName
 
EFI_IPv4_ADDRESSIpAddress
 
UINT32 Timeout
 

Detailed Description

EFI_DNS4_CACHE_ENTRY

Member Data Documentation

◆ HostName

CHAR16* EFI_DNS4_CACHE_ENTRY::HostName

Host name.

◆ IpAddress

EFI_IPv4_ADDRESS* EFI_DNS4_CACHE_ENTRY::IpAddress

IP address of this host.

◆ Timeout

UINT32 EFI_DNS4_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.


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