Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/
DDnsImpl.c1097 DNS_QUERY_SECTION *QuerySection; in IsValidDnsResponse()
1110 QuerySection = (DNS_QUERY_SECTION *) (QueryName + AsciiStrLen (QueryName) + 1); in IsValidDnsResponse()
1147 DNS_QUERY_SECTION *QuerySection; in ParseDnsResponse()
1214 QuerySection = (DNS_QUERY_SECTION *) (QueryName + AsciiStrLen (QueryName) + 1); in ParseDnsResponse()
1784 DNS_QUERY_SECTION *DnsQuery; in ConstructDNSQuery()
1825 DnsQuery = (DNS_QUERY_SECTION *) (Frag.Bulk + Frag.Len); in ConstructDNSQuery()
DDnsImpl.h170 } DNS_QUERY_SECTION; typedef