captive_portal sample
dns_answer_t
is only used within captive_portal sample.
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
captive_portal sample
dns_answer_t
dns_answer_t struct
Syntax
Show:
Summary
Declaration
from
dns_server.c:49
typedef
struct
__attribute__
(
(
__packed__
)
)
{
uint16_t
ptr_offset
;
uint16_t
type
;
uint16_t
class
;
uint32_t
ttl
;
uint16_t
addr_len
;
uint32_t
ip_addr
;
}
dns_answer_t
;
Fields
Field
Declared as
dns_answer_t::ptr_offset
uint16_t
dns_answer_t::type
uint16_t
dns_answer_t::class
uint16_t
dns_answer_t::ttl
uint32_t
dns_answer_t::addr_len
uint16_t
dns_answer_t::ip_addr
uint32_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