restful_server sample
mdns_parsed_packet_t::probe
is only used within restful_server sample.
Symbol previews are coming soon...
Symbols
loading (1/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
restful_server sample
mdns_parsed_packet_t::probe
mdns_parsed_packet_t::probe field
Syntax
Show:
Summary
Declaration
from
mdns_private.h:252
uint8_t
probe
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
probe
;
mdns_private.h:252
shared
=
q
->
type
==
MDNS_TYPE_PTR
||
q
->
type
==
MDNS_TYPE_SDPTR
||
!
parsed_packet
->
probe
;
mdns.c:1881
_mdns_create_answer_from_parsed_packet()
parsed_packet
->
probe
=
true
;
mdns.c:3817
mdns_parse_packet()
}
else
if
(
service
&&
parsed_packet
->
questions
&&
!
parsed_packet
->
probe
)
{
mdns.c:3953
mdns_parse_packet()
if
(
parsed_packet
->
questions
&&
!
parsed_packet
->
probe
)
{
mdns.c:4046
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()
if
(
parsed_packet
->
questions
&&
!
parsed_packet
->
probe
&&
service
)
{
mdns.c:4147
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
(
parsed_packet
->
questions
&&
!
parsed_packet
->
probe
)
{
mdns.c:4187
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
(
parsed_packet
->
questions
&&
!
parsed_packet
->
probe
)
{
mdns.c:4244
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()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mdns_parsed_packet_t::probe
is written by 1 function and is read by 2 functions:
mdns_parse_packet()
All items filtered out
mdns_parsed_packet_t::probe
_mdns_create_answer_from_parsed_packet()
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