Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/NetworkPkg/HttpDxe/
DHttpDns.c45 UINTN DnsServerListCount; in HttpDns4() local
54 DnsServerListCount = 0; in HttpDns4()
78 DnsServerListCount = DataSize / sizeof (EFI_IPv4_ADDRESS); in HttpDns4()
115 Dns4CfgData.DnsServerListCount = DnsServerListCount; in HttpDns4()
248 UINTN DnsServerListCount; in HttpDns6() local
257 DnsServerListCount = 0; in HttpDns6()
283 DnsServerListCount = DataSize / sizeof (EFI_IPv6_ADDRESS); in HttpDns6()
317 Dns6ConfigData.DnsServerCount = (UINT32)DnsServerListCount; in HttpDns6()
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DDns4.h48 UINTN DnsServerListCount; member
/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
DHttpBootSupport.c334 UINTN DnsServerListCount; in HttpBootDns() local
339 DnsServerListCount = 0; in HttpBootDns()
365 DnsServerListCount = DataSize / sizeof (EFI_IPv6_ADDRESS); in HttpBootDns()
398 Dns6ConfigData.DnsServerCount = (UINT32)DnsServerListCount; in HttpBootDns()
/device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/
DDnsProtocol.c203 …(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()
DDnsImpl.c456 Len = Src->DnsServerListCount * sizeof (EFI_IPv4_ADDRESS); in Dns4CopyConfigure()
463 for (Index = 0; Index < Src->DnsServerListCount; Index++) { in Dns4CopyConfigure()