Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/
DDnsImpl.c1128 UINT32 RRCount; in ParseDnsResponse() local
1150 RRCount = 0; in ParseDnsResponse()
1359 Dns4RR[RRCount].QName = AllocateZeroPool (AsciiStrLen (QueryName) + 1); in ParseDnsResponse()
1360 if (Dns4RR[RRCount].QName == NULL) { in ParseDnsResponse()
1364 CopyMem (Dns4RR[RRCount].QName, QueryName, AsciiStrLen (QueryName)); in ParseDnsResponse()
1365 Dns4RR[RRCount].QType = AnswerSection->Type; in ParseDnsResponse()
1366 Dns4RR[RRCount].QClass = AnswerSection->Class; in ParseDnsResponse()
1367 Dns4RR[RRCount].TTL = AnswerSection->Ttl; in ParseDnsResponse()
1368 Dns4RR[RRCount].DataLength = AnswerSection->DataLength; in ParseDnsResponse()
1369 Dns4RR[RRCount].RData = AllocateZeroPool (Dns4RR[RRCount].DataLength); in ParseDnsResponse()
[all …]
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DDns4.h222 UINTN RRCount; member
DDns6.h209 UINTN RRCount; member