HomeSort by relevance Sort by last modified time
    Searched refs:DnsCacheCount (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Dns4.h 148 UINT32 DnsCacheCount;
150 /// Pointer to a buffer containing DnsCacheCount DNS Cache
Dns6.h 135 UINT32 DnsCacheCount;
137 /// Pointer to a buffer containing DnsCacheCount DNS Cache
  /device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/
DnsProtocol.c 129 // Get the DnsCacheCount and DnsCacheList
135 DnsModeData->DnsCacheCount = (UINT32) Index;
136 CacheList = AllocatePool (sizeof (EFI_DNS4_CACHE_ENTRY) * DnsModeData->DnsCacheCount);
962 // Get the DnsCacheCount and DnsCacheList
968 DnsModeData->DnsCacheCount = (UINT32) Index;
969 CacheList = AllocatePool (sizeof(EFI_DNS6_CACHE_ENTRY) * DnsModeData->DnsCacheCount);
    [all...]

Completed in 664 milliseconds