dns_query::type is only used within LwIP.
 
Symbols
loading...
Files
loading...

dns_query::type field

Syntax

u16_t type;

References

LocationReferrerText
dns.c:192
u16_t type;
dns.c:813dns_send()
qry.type = PP_HTONS(DNS_RRTYPE_AAAA);
dns.c:815dns_send()
qry.type = PP_HTONS(DNS_RRTYPE_A);
dns.c:1239dns_recv()
(LWIP_DNS_ADDRTYPE_IS_IPV6(entry->reqaddrtype) && (qry.type != PP_HTONS(DNS_RRTYPE_AAAA))) ||
dns.c:1240dns_recv()
(!LWIP_DNS_ADDRTYPE_IS_IPV6(entry->reqaddrtype) && (qry.type != PP_HTONS(DNS_RRTYPE_A)))) {

Data Use

Functions writing dns_query::type
Functions reading dns_query::type
all items filtered out
dns_query::type
all items filtered out
Type of dns_query::type
dns_query::type
all items filtered out