Home | History | Annotate | Download | only in DnsDxe

Lines Matching refs:AnswersNum

1202   DnsHeader->AnswersNum = NTOHS (DnsHeader->AnswersNum);

1249 if (DnsHeader->Flags.Bits.RCode != DNS_FLAGS_RCODE_NO_ERROR || DnsHeader->AnswersNum < 1 || \
1277 Dns4TokenEntry->Token->RspData.GLookupData->RRList = AllocatePool (DnsHeader->AnswersNum * sizeof (DNS_RESOURCE_RECORD));
1292 Dns4TokenEntry->Token->RspData.H2AData->IpList = AllocatePool (DnsHeader->AnswersNum * sizeof (EFI_IPv4_ADDRESS));
1314 Dns6TokenEntry->Token->RspData.GLookupData->RRList = AllocatePool (DnsHeader->AnswersNum * sizeof (DNS_RESOURCE_RECORD));
1329 Dns6TokenEntry->Token->RspData.H2AData->IpList = AllocatePool (DnsHeader->AnswersNum * sizeof (EFI_IPv6_ADDRESS));
1344 while (AnswerSectionNum < DnsHeader->AnswersNum) {
1801 DnsHeader->AnswersNum = 0;
1808 DnsHeader->AnswersNum = HTONS (DnsHeader->AnswersNum);