Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/
DDnsImpl.c1784 DNS_QUERY_SECTION *DnsQuery; in ConstructDNSQuery() local
1825 DnsQuery = (DNS_QUERY_SECTION *) (Frag.Bulk + Frag.Len); in ConstructDNSQuery()
1827 DnsQuery->Type = HTONS (Type); in ConstructDNSQuery()
1828 DnsQuery->Class = HTONS (Class); in ConstructDNSQuery()
1830 Frag.Len += sizeof (*DnsQuery); in ConstructDNSQuery()