Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/
DDnsDriver.c355 DNS6_CACHE *ItemCache6; in DnsUnload() local
360 ItemCache6 = NULL; in DnsUnload()
399 ItemCache6 = NET_LIST_USER_STRUCT (Entry, DNS6_CACHE, AllCacheLink); in DnsUnload()
400 if (ItemCache6->DnsCache.HostName != NULL) { in DnsUnload()
401 FreePool (ItemCache6->DnsCache.HostName); in DnsUnload()
403 if (ItemCache6->DnsCache.IpAddress != NULL) { in DnsUnload()
404 FreePool (ItemCache6->DnsCache.IpAddress); in DnsUnload()
406 FreePool (ItemCache6); in DnsUnload()