Home
last modified time | relevance | path

Searched refs:DnsCacheCount (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DDns4.h148 UINT32 DnsCacheCount; member
DDns6.h135 UINT32 DnsCacheCount; member
/device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/
DDnsProtocol.c129 DnsModeData->DnsCacheCount = (UINT32) Index; in Dns4GetModeData()
130 CacheList = AllocatePool (sizeof (EFI_DNS4_CACHE_ENTRY) * DnsModeData->DnsCacheCount); in Dns4GetModeData()
908 DnsModeData->DnsCacheCount = (UINT32) Index; in Dns6GetModeData()
909 CacheList = AllocatePool (sizeof(EFI_DNS6_CACHE_ENTRY) * DnsModeData->DnsCacheCount); in Dns6GetModeData()