Home
last modified time | relevance | path

Searched refs:AnswersNum (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/
DDnsImpl.c1202 DnsHeader->AnswersNum = NTOHS (DnsHeader->AnswersNum); in ParseDnsResponse()
1249 if (DnsHeader->Flags.Bits.RCode != DNS_FLAGS_RCODE_NO_ERROR || DnsHeader->AnswersNum < 1 || \ in ParseDnsResponse()
1277 …Dns4TokenEntry->Token->RspData.GLookupData->RRList = AllocatePool (DnsHeader->AnswersNum * sizeof … in ParseDnsResponse()
1292 …Dns4TokenEntry->Token->RspData.H2AData->IpList = AllocatePool (DnsHeader->AnswersNum * sizeof (EFI… in ParseDnsResponse()
1314 …Dns6TokenEntry->Token->RspData.GLookupData->RRList = AllocatePool (DnsHeader->AnswersNum * sizeof … in ParseDnsResponse()
1329 …Dns6TokenEntry->Token->RspData.H2AData->IpList = AllocatePool (DnsHeader->AnswersNum * sizeof (EFI… in ParseDnsResponse()
1344 while (AnswerSectionNum < DnsHeader->AnswersNum) { in ParseDnsResponse()
1801 DnsHeader->AnswersNum = 0; in ConstructDNSQuery()
1808 DnsHeader->AnswersNum = HTONS (DnsHeader->AnswersNum); in ConstructDNSQuery()
DDnsImpl.h162 UINT16 AnswersNum; member