Searched refs:DnsServerListCount (Results 1 – 5 of 5) sorted by relevance
45 UINTN DnsServerListCount; in HttpDns4() local54 DnsServerListCount = 0; in HttpDns4()78 DnsServerListCount = DataSize / sizeof (EFI_IPv4_ADDRESS); in HttpDns4()115 Dns4CfgData.DnsServerListCount = DnsServerListCount; in HttpDns4()248 UINTN DnsServerListCount; in HttpDns6() local257 DnsServerListCount = 0; in HttpDns6()283 DnsServerListCount = DataSize / sizeof (EFI_IPv6_ADDRESS); in HttpDns6()317 Dns6ConfigData.DnsServerCount = (UINT32)DnsServerListCount; in HttpDns6()
48 UINTN DnsServerListCount; member
334 UINTN DnsServerListCount; in HttpBootDns() local339 DnsServerListCount = 0; in HttpBootDns()365 DnsServerListCount = DataSize / sizeof (EFI_IPv6_ADDRESS); in HttpBootDns()398 Dns6ConfigData.DnsServerCount = (UINT32)DnsServerListCount; in HttpBootDns()
203 …(DnsConfigData != NULL && ((DnsConfigData->DnsServerListCount != 0 && DnsConfigData->DnsServerList… in Dns4Configure()204 … (DnsConfigData->DnsServerListCount == 0 && DnsConfigData->DnsServerList != NULL)))) { in Dns4Configure()259 if (DnsConfigData->DnsServerListCount == 0 || DnsConfigData->DnsServerList == NULL) { in Dns4Configure()
456 Len = Src->DnsServerListCount * sizeof (EFI_IPv4_ADDRESS); in Dns4CopyConfigure()463 for (Index = 0; Index < Src->DnsServerListCount; Index++) { in Dns4CopyConfigure()