Home | History | Annotate | Download | only in DnsDxe

Lines Matching refs:DnsServerCount

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);
1032 (DnsConfigData != NULL && ((DnsConfigData->DnsServerCount != 0 && DnsConfigData->DnsServerList == NULL) ||
1033 (DnsConfigData->DnsServerCount == 0 && DnsConfigData->DnsServerList != NULL)))) {
1081 if (DnsConfigData->DnsServerCount == 0 || DnsConfigData->DnsServerList == NULL) {