lwIP
dns_req_entry
is only used within lwIP.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
lwIP
dns_req_entry
dns_req_entry struct
DNS request table entry: used when dns_gehostbyname cannot answer the request from the DNS table
Syntax
Show:
Summary
Declaration
from
dns.c:261
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
Field
Declared as
dns_req_entry::found
dns_found_callback
dns_req_entry::arg
void
*
dns_req_entry::dns_table_idx
u8_t
dns_req_entry::reqaddrtype
u8_t
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out