esp_local_ctrl sample
mdns_parsed_packet_t::authoritative
is only used within esp_local_ctrl sample.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
esp_local_ctrl sample
mdns_parsed_packet_t::authoritative
mdns_parsed_packet_t::authoritative field
Syntax
Show:
Summary
Declaration
from
mdns_private.h:251
uint8_t
authoritative
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
authoritative
;
mdns_private.h:251
parsed_packet
->
authoritative
=
(
header
.
flags
==
MDNS_FLAGS_QR_AUTHORITATIVE
)
;
mdns.c:3754
mdns_parse_packet()
if
(
service
&&
col
&&
(
parsed_packet
->
probe
||
parsed_packet
->
authoritative
)
)
{
mdns.c:4065
mdns_parse_packet()
}
else
if
(
ttl
>
60
&&
!
col
&&
!
parsed_packet
->
authoritative
&&
!
parsed_packet
->
probe
&&
!
parsed_packet
->
questions
)
{
mdns.c:4099
mdns_parse_packet()
}
else
if
(
ttl
>
(
MDNS_ANSWER_TXT_TTL
/
2
)
&&
!
col
&&
!
parsed_packet
->
authoritative
&&
!
parsed_packet
->
probe
&&
!
parsed_packet
->
questions
&&
!
_mdns_server
->
interfaces
[
packet
->
tcpip_if
]
.
pcbs
[
packet
->
ip_protocol
]
.
probe_running
)
{
mdns.c:4166
mdns_parse_packet()
if
(
col
&&
(
parsed_packet
->
probe
||
parsed_packet
->
authoritative
)
)
{
mdns.c:4208
mdns_parse_packet()
}
else
if
(
ttl
>
60
&&
!
col
&&
!
parsed_packet
->
authoritative
&&
!
parsed_packet
->
probe
&&
!
parsed_packet
->
questions
&&
!
_mdns_server
->
interfaces
[
packet
->
tcpip_if
]
.
pcbs
[
packet
->
ip_protocol
]
.
probe_running
)
{
mdns.c:4222
mdns_parse_packet()
if
(
col
&&
(
parsed_packet
->
probe
||
parsed_packet
->
authoritative
)
)
{
mdns.c:4265
mdns_parse_packet()
}
else
if
(
ttl
>
60
&&
!
col
&&
!
parsed_packet
->
authoritative
&&
!
parsed_packet
->
probe
&&
!
parsed_packet
->
questions
&&
!
_mdns_server
->
interfaces
[
packet
->
tcpip_if
]
.
pcbs
[
packet
->
ip_protocol
]
.
probe_running
)
{
mdns.c:4279
mdns_parse_packet()
if
(
parsed_packet
->
authoritative
)
{
mdns.c:4288
mdns_parse_packet()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mdns_parsed_packet_t::authoritative
is written by 1 function and is read by 1 function:
mdns_parse_packet()
All items filtered out
mdns_parsed_packet_t::authoritative
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