Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/
DDnsImpl.c1068 DNS_QUERY_SECTION *QuerySection; in IsValidDnsResponse() local
1081 QuerySection = (DNS_QUERY_SECTION *) (QueryName + AsciiStrLen (QueryName) + 1); in IsValidDnsResponse()
1084 NTOHS (QuerySection->Type) == Type && in IsValidDnsResponse()
1085 NTOHS (QuerySection->Class) == Class) { in IsValidDnsResponse()
1117 DNS_QUERY_SECTION *QuerySection; in ParseDnsResponse() local
1186 QuerySection = (DNS_QUERY_SECTION *) (QueryName + AsciiStrLen (QueryName) + 1); in ParseDnsResponse()
1187 QuerySection->Type = NTOHS (QuerySection->Type); in ParseDnsResponse()
1188 QuerySection->Class = NTOHS (QuerySection->Class); in ParseDnsResponse()
1193 AnswerName = (CHAR8 *) QuerySection + sizeof (*QuerySection); in ParseDnsResponse()
1204 QuerySection->Type, in ParseDnsResponse()
[all …]