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.c135 DnsModeData->DnsCacheCount = (UINT32) Index; in Dns4GetModeData()
136 CacheList = AllocatePool (sizeof (EFI_DNS4_CACHE_ENTRY) * DnsModeData->DnsCacheCount); in Dns4GetModeData()
968 DnsModeData->DnsCacheCount = (UINT32) Index; in Dns6GetModeData()
969 CacheList = AllocatePool (sizeof(EFI_DNS6_CACHE_ENTRY) * DnsModeData->DnsCacheCount); in Dns6GetModeData()