Lines Matching refs:RspData

1257       Dns4TokenEntry->Token->RspData.GLookupData = AllocatePool (sizeof (DNS_RESOURCE_RECORD));  in ParseDnsResponse()
1258 if (Dns4TokenEntry->Token->RspData.GLookupData == NULL) { in ParseDnsResponse()
1262 …Dns4TokenEntry->Token->RspData.GLookupData->RRList = AllocatePool (DnsHeader->AnswersNum * sizeof … in ParseDnsResponse()
1263 if (Dns4TokenEntry->Token->RspData.GLookupData->RRList == NULL) { in ParseDnsResponse()
1272 Dns4TokenEntry->Token->RspData.H2AData = AllocatePool (sizeof (DNS_HOST_TO_ADDR_DATA)); in ParseDnsResponse()
1273 if (Dns4TokenEntry->Token->RspData.H2AData == NULL) { in ParseDnsResponse()
1277 …Dns4TokenEntry->Token->RspData.H2AData->IpList = AllocatePool (DnsHeader->AnswersNum * sizeof (EFI… in ParseDnsResponse()
1278 if (Dns4TokenEntry->Token->RspData.H2AData->IpList == NULL) { in ParseDnsResponse()
1294 Dns6TokenEntry->Token->RspData.GLookupData = AllocatePool (sizeof (DNS_RESOURCE_RECORD)); in ParseDnsResponse()
1295 if (Dns6TokenEntry->Token->RspData.GLookupData == NULL) { in ParseDnsResponse()
1299 …Dns6TokenEntry->Token->RspData.GLookupData->RRList = AllocatePool (DnsHeader->AnswersNum * sizeof … in ParseDnsResponse()
1300 if (Dns6TokenEntry->Token->RspData.GLookupData->RRList == NULL) { in ParseDnsResponse()
1309 Dns6TokenEntry->Token->RspData.H2AData = AllocatePool (sizeof (DNS6_HOST_TO_ADDR_DATA)); in ParseDnsResponse()
1310 if (Dns6TokenEntry->Token->RspData.H2AData == NULL) { in ParseDnsResponse()
1314 …Dns6TokenEntry->Token->RspData.H2AData->IpList = AllocatePool (DnsHeader->AnswersNum * sizeof (EFI… in ParseDnsResponse()
1315 if (Dns6TokenEntry->Token->RspData.H2AData->IpList == NULL) { in ParseDnsResponse()
1353 Dns4RR = Dns4TokenEntry->Token->RspData.GLookupData->RRList; in ParseDnsResponse()
1379 Dns6RR = Dns6TokenEntry->Token->RspData.GLookupData->RRList; in ParseDnsResponse()
1421 HostAddr4 = Dns4TokenEntry->Token->RspData.H2AData->IpList; in ParseDnsResponse()
1480 HostAddr6 = Dns6TokenEntry->Token->RspData.H2AData->IpList; in ParseDnsResponse()
1553 Dns4TokenEntry->Token->RspData.GLookupData->RRCount = RRCount; in ParseDnsResponse()
1556 Dns4TokenEntry->Token->RspData.H2AData->IpCount = IpCount; in ParseDnsResponse()
1566 Dns6TokenEntry->Token->RspData.GLookupData->RRCount = RRCount; in ParseDnsResponse()
1569 Dns6TokenEntry->Token->RspData.H2AData->IpCount = IpCount; in ParseDnsResponse()