HomeSort by relevance Sort by last modified time
    Searched refs:DnsServerList (Results 1 - 12 of 12) 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/NetworkPkg/DnsDxe/
DnsDhcp.h 108 @param DnsServerList Retrieved Dns4 server Ip list.
120 OUT EFI_IPv4_ADDRESS **DnsServerList
129 @param DnsServerList Retrieved Dns6 server Ip list.
142 OUT EFI_IPv6_ADDRESS **DnsServerList
DnsProtocol.c 106 // Get the DnsServerCount and DnsServerList
126 DnsModeData->DnsServerList = ServerList;
170 DnsServerList is NULL while DnsServerListCount
172 DnsServerListCount is ZERO while DnsServerList
203 (DnsConfigData != NULL && ((DnsConfigData->DnsServerListCount != 0 && DnsConfigData->DnsServerList == NULL) ||
204 (DnsConfigData->DnsServerListCount == 0 && DnsConfigData->DnsServerList != NULL)))) {
232 if (Instance->Dns4CfgData.DnsServerList != NULL) {
233 FreePool (Instance->Dns4CfgData.DnsServerList);
259 if (DnsConfigData->DnsServerListCount == 0 || DnsConfigData->DnsServerList == NULL) {
280 CopyMem (&Instance->SessionDnsServer.v4, &DnsConfigData->DnsServerList[0], sizeof (EFI_IPv4_ADDRESS));
    [all...]
ComponentName.c 217 if (ModeData.DnsServerList != NULL) {
218 FreePool (ModeData.DnsServerList);
294 if (ModeData.DnsServerList != NULL) {
295 FreePool (ModeData.DnsServerList);
DnsImpl.c 404 if (Config->DnsServerList != NULL) {
405 FreePool (Config->DnsServerList);
422 if (Config->DnsServerList != NULL) {
423 FreePool (Config->DnsServerList);
450 Dst->DnsServerList = NULL;
453 // Allocate a memory then copy DnsServerList to it
455 if (Src->DnsServerList != NULL) {
457 Dst->DnsServerList = AllocatePool (Len);
458 if (Dst->DnsServerList == NULL) {
464 CopyMem (&Dst->DnsServerList[Index], &Src->DnsServerList[Index], sizeof (EFI_IPv4_ADDRESS));
    [all...]
DnsDhcp.c 254 @param DnsServerList Retrieved Dns4 server Ip list.
266 OUT EFI_IPv4_ADDRESS **DnsServerList
519 *DnsServerList = DnsServerInfor.ServerList;
600 @param DnsServerList Retrieved Dns6 server Ip list.
613 OUT EFI_IPv6_ADDRESS **DnsServerList
733 *DnsServerList = DnsServerInfor.ServerList;
  /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...]
  /external/mdnsresponder/mDNSWindows/
mDNSWin32.c     [all...]
  /external/libevent/
evdns.c     [all...]

Completed in 360 milliseconds