Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/
DDnsImpl.c1164 EFI_DNS4_CACHE_ENTRY *Dns4CacheEntry; in ParseDnsResponse() local
1185 Dns4CacheEntry = NULL; in ParseDnsResponse()
1431 if (Dns4CacheEntry != NULL) { in ParseDnsResponse()
1432 if (Dns4CacheEntry->HostName != NULL) { in ParseDnsResponse()
1433 FreePool (Dns4CacheEntry->HostName); in ParseDnsResponse()
1436 if (Dns4CacheEntry->IpAddress != NULL) { in ParseDnsResponse()
1437 FreePool (Dns4CacheEntry->IpAddress); in ParseDnsResponse()
1440 FreePool (Dns4CacheEntry); in ParseDnsResponse()
1446 Dns4CacheEntry = AllocateZeroPool (sizeof (EFI_DNS4_CACHE_ENTRY)); in ParseDnsResponse()
1447 if (Dns4CacheEntry == NULL) { in ParseDnsResponse()
[all …]