HomeSort by relevance Sort by last modified time
    Searched refs:DnsServerCount (Results 1 - 9 of 9) sorted by null

  /device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/
DnsDhcp.h 107 @param DnsServerCount Retrieved Dns4 server Ip count.
119 OUT UINT32 *DnsServerCount,
128 @param DnsServerCount Retrieved Dns6 server Ip count.
141 OUT UINT32 *DnsServerCount,
DnsProtocol.c 106 // Get the DnsServerCount and DnsServerList
112 DnsModeData->DnsServerCount = (UINT32) Index;
113 ServerList = AllocatePool (sizeof (EFI_IPv4_ADDRESS) * DnsModeData->DnsServerCount);
939 // Get the DnsServerCount and DnsServerList
945 DnsModeData->DnsServerCount = (UINT32) Index;
946 ServerList = AllocatePool (sizeof(EFI_IPv6_ADDRESS) * DnsModeData->DnsServerCount);
    [all...]
DnsDhcp.c 253 @param DnsServerCount Retrieved Dns4 server Ip count.
265 OUT UINT32 *DnsServerCount,
312 DnsServerInfor.ServerCount = DnsServerCount;
599 @param DnsServerCount Retrieved Dns6 server Ip count.
612 OUT UINT32 *DnsServerCount,
633 DnsServerInfor.ServerCount = DnsServerCount;
DnsImpl.c 498 Len = Src->DnsServerCount * sizeof (EFI_IPv6_ADDRESS);
505 for (Index = 0; Index < Src->DnsServerCount; Index++) {
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Dns6.h 69 UINT32 DnsServerCount;
124 UINT32 DnsServerCount;
Dns4.h 136 UINT32 DnsServerCount;
  /device/linaro/bootloader/edk2/NetworkPkg/HttpDxe/
HttpDns.c 317 Dns6ConfigData.DnsServerCount = (UINT32)DnsServerListCount;
  /device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
HttpBootSupport.c 398 Dns6ConfigData.DnsServerCount = (UINT32)DnsServerListCount;
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
PxeBcDhcp6.c 289 Dns6ConfigData.DnsServerCount = 1;
    [all...]

Completed in 471 milliseconds