restful_server sample
_mdns_service_match_ptr_question()
is only used within restful_server sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
restful_server sample
_mdns_service_match_ptr_question()
_mdns_service_match_ptr_question() function
Syntax
Show:
Summary
Declaration
from
mdns.c:1834
static
bool
_mdns_service_match_ptr_question
(
const
mdns_service_t
*
service
,
const
mdns_parsed_question_t
*
question
)
;
Arguments
Argument
service
question
Examples
References
from
examples
Code
Location
Referrer
static
bool
_mdns_service_match_ptr_question
(
const
mdns_service_t
*
service
,
const
mdns_parsed_question_t
*
question
)
mdns.c:1834
if
(
_mdns_service_match_ptr_question
(
service
->
service
,
q
)
)
{
mdns.c:1897
_mdns_create_answer_from_parsed_packet()
Call Tree
from
examples
_mdns_service_match_ptr_question()
is called by 1 function and calls 2 functions:
_mdns_create_answer_from_parsed_packet()
All items filtered out
_mdns_service_match_ptr_question()
_mdns_get_service_instance_name()
_mdns_service_match()
All items filtered out
Data Use
from
examples
_mdns_service_match_ptr_question()
reads 7 variables:
mdns_parsed_question_s::sub
mdns_parsed_question_s::host
mdns_parsed_question_s::service
mdns_parsed_question_s::proto
mdns_subtype_s::subtype
mdns_subtype_s::next
mdns_service_t::subtype
All items filtered out
_mdns_service_match_ptr_question()
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