restful_server sample
mdns_header_t::additional
is only used within restful_server 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
restful_server sample
mdns_header_t::additional
mdns_header_t::additional field
Syntax
Show:
Summary
Declaration
from
mdns_private.h:206
uint16_t
additional
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
additional
;
//ARCOUNT
mdns_private.h:206
header
.
additional
=
_mdns_read_u16
(
data
,
MDNS_HEAD_ADDITIONAL_OFFSET
)
;
mdns.c:3738
mdns_parse_packet()
header
.
additional
=
0
;
mdns.c:3768
mdns_parse_packet()
}
else
if
(
header
.
answers
||
header
.
servers
||
header
.
additional
)
{
mdns.c:3842
mdns_parse_packet()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mdns_header_t::additional
is written by 1 function and is read by 1 function:
mdns_parse_packet()
All items filtered out
mdns_header_t::additional
mdns_parse_packet()
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