HomeSort by relevance Sort by last modified time
    Searched defs:DnsServerList (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/NetworkPkg/HttpDxe/
HttpDns.c 46 EFI_IPv4_ADDRESS *DnsServerList;
53 DnsServerList = NULL;
68 DnsServerList = AllocatePool (DataSize);
69 if (DnsServerList == NULL) {
73 Status = Ip4Config2->GetData (Ip4Config2, Ip4Config2DataTypeDnsServer, &DataSize, DnsServerList);
75 FreePool (DnsServerList);
76 DnsServerList = NULL;
116 Dns4CfgData.DnsServerList = DnsServerList;
213 if (DnsServerList != NULL) {
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Dns4.h 60 EFI_IPv4_ADDRESS *DnsServerList;
144 EFI_IPv4_ADDRESS *DnsServerList;
316 DnsServerList is NULL while DnsServerListCount
318 DnsServerListCount is ZERO while DnsServerList
Dns6.h 81 EFI_IPv6_ADDRESS *DnsServerList;
131 EFI_IPv6_ADDRESS *DnsServerList;
305 DnsServerList is NULL while DnsServerList Count is not ZERO.
306 DnsServerList Count is ZERO while DnsServerList is not NULL.
  /device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
HttpBootSupport.c 333 EFI_IPv6_ADDRESS *DnsServerList;
338 DnsServerList = NULL;
355 DnsServerList = AllocatePool (DataSize);
356 if (DnsServerList == NULL) {
360 Status = Ip6Config->GetData (Ip6Config, Ip6ConfigDataTypeDnsServer, &DataSize, DnsServerList);
362 FreePool (DnsServerList);
363 DnsServerList = NULL;
399 Dns6ConfigData.DnsServerList = DnsServerList;
490 if (DnsServerList != NULL) {
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
PxeBcDhcp6.c 252 EFI_IPv6_ADDRESS *DnsServerList;
257 DnsServerList = Private->DnsServer;
290 Dns6ConfigData.DnsServerList = DnsServerList;
383 if (DnsServerList != NULL) {
384 FreePool (DnsServerList);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
iptypes.h 340 IP_ADDR_STRING DnsServerList;
347 IP_ADDR_STRING DnsServerList;

Completed in 306 milliseconds