TianoCore EDK2 master
Loading...
Searching...
No Matches
EFI_DNS4_CACHE_ENTRY Struct Reference

#include <MdePkg/Include/Protocol/Dns4.h>

Data Fields

CHAR16 * HostName
 
EFI_IPv4_ADDRESSIpAddress
 
UINT32 Timeout
 

Detailed Description

EFI_DNS4_CACHE_ENTRY

Definition at line 98 of file Dns4.h.

Field Documentation

◆ HostName

CHAR16* EFI_DNS4_CACHE_ENTRY::HostName

Host name.

Definition at line 102 of file Dns4.h.

◆ IpAddress

EFI_IPv4_ADDRESS* EFI_DNS4_CACHE_ENTRY::IpAddress

IP address of this host.

Definition at line 106 of file Dns4.h.

◆ 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.

Definition at line 114 of file Dns4.h.


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