lwIP
dns_table_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_table_entry
dns_table_entry struct
DNS table entry
Syntax
Show:
Summary
Declaration
from
dns.c:237
struct
dns_table_entry
{
u32_t
ttl
[
DNS_MAX_HOST_IP
]
;
ip_addr_t
ipaddr
[
DNS_MAX_HOST_IP
]
;
u8_t
ipaddr_cnt
;
u16_t
txid
;
u8_t
state
;
u8_t
server_idx
;
u8_t
tmr
;
u8_t
retries
;
u8_t
seqno
;
#if
(
(
LWIP_DNS_SECURE
&
LWIP_DNS_SECURE_RAND_SRC_PORT
)
!=
0
)
u8_t
pcb_idx
;
#endif
char
name
[
DNS_MAX_NAME_LENGTH
]
;
#if
LWIP_IPV4
&&
LWIP_IPV6
u8_t
reqaddrtype
;
#endif
#if
LWIP_DNS_SUPPORT_MDNS_QUERIES
u8_t
is_mdns
;
#endif
}
;
Fields
Field
Declared as
dns_table_entry::ttl
u32_t
[
DNS_MAX_HOST_IP
]
dns_table_entry::ipaddr
ip_addr_t
[
DNS_MAX_HOST_IP
]
dns_table_entry::ipaddr_cnt
u8_t
dns_table_entry::txid
u16_t
dns_table_entry::state
u8_t
dns_table_entry::server_idx
u8_t
dns_table_entry::tmr
u8_t
dns_table_entry::retries
u8_t
dns_table_entry::seqno
u8_t
dns_table_entry::pcb_idx
u8_t
dns_table_entry::name
char
[
DNS_MAX_NAME_LENGTH
]
dns_table_entry::reqaddrtype
u8_t
dns_table_entry::is_mdns
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