Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/
DDnsImpl.c1139 DNS6_RESOURCE_RECORD *Dns6RR; in ParseDnsResponse() local
1161 Dns6RR = NULL; in ParseDnsResponse()
1379 Dns6RR = Dns6TokenEntry->Token->RspData.GLookupData->RRList; in ParseDnsResponse()
1385 Dns6RR[RRCount].QName = AllocateZeroPool (AsciiStrLen (QueryName) + 1); in ParseDnsResponse()
1386 if (Dns6RR[RRCount].QName == NULL) { in ParseDnsResponse()
1390 CopyMem (Dns6RR[RRCount].QName, QueryName, AsciiStrLen (QueryName)); in ParseDnsResponse()
1391 Dns6RR[RRCount].QType = AnswerSection->Type; in ParseDnsResponse()
1392 Dns6RR[RRCount].QClass = AnswerSection->Class; in ParseDnsResponse()
1393 Dns6RR[RRCount].TTL = AnswerSection->Ttl; in ParseDnsResponse()
1394 Dns6RR[RRCount].DataLength = AnswerSection->DataLength; in ParseDnsResponse()
[all …]