Searched refs:QueryName (Results 1 – 4 of 4) sorted by relevance
354 CHAR8 *QueryName; in Dns4HostNameToIp() local363 QueryName = NULL; in Dns4HostNameToIp()469 QueryName = NetLibCreateDnsQName (TokenEntry->QueryHostName); in Dns4HostNameToIp()470 if (QueryName == NULL) { in Dns4HostNameToIp()478 Status = ConstructDNSQuery (Instance, QueryName, DNS_TYPE_A, DNS_CLASS_INET, &Packet); in Dns4HostNameToIp()518 if (QueryName != NULL) { in Dns4HostNameToIp()519 FreePool (QueryName); in Dns4HostNameToIp()1179 CHAR8 *QueryName; in Dns6HostNameToIp() local1188 QueryName = NULL; in Dns6HostNameToIp()1295 QueryName = NetLibCreateDnsQName (TokenEntry->QueryHostName); in Dns6HostNameToIp()[all …]
1067 CHAR8 *QueryName; in IsValidDnsResponse() local1080 QueryName = (CHAR8 *) (TxString + sizeof (*DnsHeader)); in IsValidDnsResponse()1081 QuerySection = (DNS_QUERY_SECTION *) (QueryName + AsciiStrLen (QueryName) + 1); in IsValidDnsResponse()1116 CHAR8 *QueryName; in ParseDnsResponse() local1181 QueryName = (CHAR8 *) (RxString + sizeof (*DnsHeader)); in ParseDnsResponse()1186 QuerySection = (DNS_QUERY_SECTION *) (QueryName + AsciiStrLen (QueryName) + 1); in ParseDnsResponse()1359 Dns4RR[RRCount].QName = AllocateZeroPool (AsciiStrLen (QueryName) + 1); in ParseDnsResponse()1364 CopyMem (Dns4RR[RRCount].QName, QueryName, AsciiStrLen (QueryName)); in ParseDnsResponse()1385 Dns6RR[RRCount].QName = AllocateZeroPool (AsciiStrLen (QueryName) + 1); in ParseDnsResponse()1390 CopyMem (Dns6RR[RRCount].QName, QueryName, AsciiStrLen (QueryName)); in ParseDnsResponse()[all …]
666 IN CHAR8 *QueryName,
3376 CHAR8 *QueryName; in NetLibCreateDnsQName() local3383 QueryName = NULL; in NetLibCreateDnsQName()3397 QueryName = AllocateZeroPool (QueryNameSize); in NetLibCreateDnsQName()3398 if (QueryName == NULL) { in NetLibCreateDnsQName()3402 Header = QueryName; in NetLibCreateDnsQName()3420 return QueryName; in NetLibCreateDnsQName()