Searched refs:DnsQuery (Results 1 – 1 of 1) sorted by relevance
1782 DNS_QUERY_SECTION *DnsQuery; in ConstructDNSQuery() local1827 DnsQuery = (DNS_QUERY_SECTION *) (Frag.Bulk + Frag.Len); in ConstructDNSQuery()1829 DnsQuery->Type = HTONS (Type); in ConstructDNSQuery()1830 DnsQuery->Class = HTONS (Class); in ConstructDNSQuery()1832 Frag.Len += sizeof (*DnsQuery); in ConstructDNSQuery()