Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/
DDnsDhcp.h119 OUT UINT32 *DnsServerCount,
141 OUT UINT32 *DnsServerCount,
DDnsProtocol.c111 DnsModeData->DnsServerCount = (UINT32) Index; in Dns4GetModeData()
112 ServerList = AllocatePool (sizeof (EFI_IPv4_ADDRESS) * DnsModeData->DnsServerCount); in Dns4GetModeData()
890 DnsModeData->DnsServerCount = (UINT32) Index; in Dns6GetModeData()
891 ServerList = AllocatePool (sizeof(EFI_IPv6_ADDRESS) * DnsModeData->DnsServerCount); in Dns6GetModeData()
961 …(DnsConfigData != NULL && ((DnsConfigData->DnsServerCount != 0 && DnsConfigData->DnsServerList == … in Dns6Configure()
962 … (DnsConfigData->DnsServerCount == 0 && DnsConfigData->DnsServerList != NULL)))) { in Dns6Configure()
1010 if (DnsConfigData->DnsServerCount == 0 || DnsConfigData->DnsServerList == NULL) { in Dns6Configure()
DDnsDhcp.c411 OUT UINT32 *DnsServerCount, in GetDns4ServerFromDhcp4() argument
458 DnsServerInfor.ServerCount = DnsServerCount; in GetDns4ServerFromDhcp4()
768 OUT UINT32 *DnsServerCount, in GetDns6ServerFromDhcp6() argument
789 DnsServerInfor.ServerCount = DnsServerCount; in GetDns6ServerFromDhcp6()
DDnsImpl.c498 Len = Src->DnsServerCount * sizeof (EFI_IPv6_ADDRESS); in Dns6CopyConfigure()
505 for (Index = 0; Index < Src->DnsServerCount; Index++) { in Dns6CopyConfigure()
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DDns6.h69 UINT32 DnsServerCount; member
124 UINT32 DnsServerCount; member
DDns4.h136 UINT32 DnsServerCount; member
/device/linaro/bootloader/edk2/NetworkPkg/HttpDxe/
DHttpDns.c317 Dns6ConfigData.DnsServerCount = (UINT32)DnsServerListCount; in HttpDns6()
/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
DHttpBootSupport.c398 Dns6ConfigData.DnsServerCount = (UINT32)DnsServerListCount; in HttpBootDns()