Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/
DDnsDriver.c353 DNS4_CACHE *ItemCache4; in DnsUnload() local
358 ItemCache4 = NULL; in DnsUnload()
381 ItemCache4 = NET_LIST_USER_STRUCT (Entry, DNS4_CACHE, AllCacheLink); in DnsUnload()
382 if (ItemCache4->DnsCache.HostName != NULL) { in DnsUnload()
383 FreePool (ItemCache4->DnsCache.HostName); in DnsUnload()
385 if (ItemCache4->DnsCache.IpAddress != NULL) { in DnsUnload()
386 FreePool (ItemCache4->DnsCache.IpAddress); in DnsUnload()
388 FreePool (ItemCache4); in DnsUnload()