Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/
DDnsDhcp.h119 OUT UINT32 *DnsServerCount,
141 OUT UINT32 *DnsServerCount,
DDnsProtocol.c112 DnsModeData->DnsServerCount = (UINT32) Index; in Dns4GetModeData()
113 ServerList = AllocatePool (sizeof (EFI_IPv4_ADDRESS) * DnsModeData->DnsServerCount); in Dns4GetModeData()
945 DnsModeData->DnsServerCount = (UINT32) Index; in Dns6GetModeData()
946 ServerList = AllocatePool (sizeof(EFI_IPv6_ADDRESS) * DnsModeData->DnsServerCount); in Dns6GetModeData()
1032 …(DnsConfigData != NULL && ((DnsConfigData->DnsServerCount != 0 && DnsConfigData->DnsServerList == … in Dns6Configure()
1033 … (DnsConfigData->DnsServerCount == 0 && DnsConfigData->DnsServerList != NULL)))) { in Dns6Configure()
1081 if (DnsConfigData->DnsServerCount == 0 || DnsConfigData->DnsServerList == NULL) { in Dns6Configure()
DDnsDhcp.c265 OUT UINT32 *DnsServerCount, in GetDns4ServerFromDhcp4() argument
312 DnsServerInfor.ServerCount = DnsServerCount; in GetDns4ServerFromDhcp4()
612 OUT UINT32 *DnsServerCount, in GetDns6ServerFromDhcp6() argument
633 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()
/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
DPxeBcDhcp6.c289 Dns6ConfigData.DnsServerCount = 1; in PxeBcDns6()