dns_req_entry is only used within LwIP.
 
Symbols
loading...
Files
loading...

dns_req_entry struct

DNS request table entry: used when dns_gehostbyname cannot answer the request from the DNS table

Syntax

struct dns_req_entry {   dns_found_callback found;   void *arg; #if ((LWIP_DNS_SECURE & LWIP_DNS_SECURE_NO_MULTIPLE_OUTSTANDING) != 0)   u8_t dns_table_idx; #endif #if LWIP_IPV4 && LWIP_IPV6   u8_t reqaddrtype; #endif  };

Fields

found

No summary provided. Read more...

arg

No summary provided. Read more...

dns_table_idx

No summary provided. Read more...

References

LocationReferrerScopeText
dns.c:243
struct dns_req_entry {
dns.c:300dns_requests
static struct dns_req_entry dns_requests[DNS_MAX_REQUESTS];
dns.c:1382dns_enqueue()
struct dns_req_entry *req;

Type Use

Variables of dns_req_entry type
dns_enqueue()::req
all items filtered out
dns_req_entry