lwIP
dns_hdr
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_hdr
dns_hdr struct
DNS message header
Syntax
Show:
Summary
Declaration
from
dns.h:103
struct
dns_hdr
{
PACK_STRUCT_FIELD
(
u16_t
id
)
;
PACK_STRUCT_FLD_8
(
u8_t
flags1
)
;
PACK_STRUCT_FLD_8
(
u8_t
flags2
)
;
PACK_STRUCT_FIELD
(
u16_t
numquestions
)
;
PACK_STRUCT_FIELD
(
u16_t
numanswers
)
;
PACK_STRUCT_FIELD
(
u16_t
numauthrr
)
;
PACK_STRUCT_FIELD
(
u16_t
numextrarr
)
;
}
;
Fields
Field
Declared as
dns_hdr::id
u16_t
dns_hdr::flags1
u8_t
dns_hdr::flags2
u8_t
dns_hdr::numquestions
u16_t
dns_hdr::numanswers
u16_t
dns_hdr::numauthrr
u16_t
dns_hdr::numextrarr
u16_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