restful_server sample
_mdns_append_host_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_append_host_question()
_mdns_append_host_question() function
Syntax
Show:
Summary
Declaration
from
mdns.c:2071
static
bool
_mdns_append_host_question
(
mdns_out_question_t
*
*
questions
,
const
char
*
hostname
,
bool
unicast
)
;
Arguments
Argument
questions
hostname
unicast
Examples
References
from
examples
Code
Location
Referrer
static
bool
_mdns_append_host_question
(
mdns_out_question_t
*
*
questions
,
const
char
*
hostname
,
bool
unicast
)
mdns.c:2071
!
_mdns_append_host_question
(
questions
,
_mdns_server
->
hostname
,
unicast
)
)
{
mdns.c:2098
_mdns_append_host_questions_for_services()
if
(
!
_mdns_append_host_question
(
questions
,
services
[
i
]
->
service
->
hostname
,
unicast
)
)
{
mdns.c:2102
_mdns_append_host_questions_for_services()
Call Tree
from
examples
_mdns_append_host_question()
is called by 1 function and calls 6 functions:
_mdns_append_host_questions_for_services()
All items filtered out
_mdns_append_host_question()
esp_get_free_heap_size()
esp_log_timestamp()
esp_log_write()
_mdns_question_exists()
mdns_mem_malloc()
mdns_mem_free()
All items filtered out
Data Use
from
examples
_mdns_append_host_question()
reads 8 variables and writes 8 variables:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_WARN
esp_log_level_t::ESP_LOG_INFO
esp_log_level_t::ESP_LOG_DEBUG
esp_log_level_t::ESP_LOG_VERBOSE
MDNS_DEFAULT_DOMAIN
TAG
mdns_out_question_s::next
All items filtered out
_mdns_append_host_question()
mdns_out_question_s::next
mdns_out_question_s::type
mdns_out_question_s::unicast
mdns_out_question_s::host
mdns_out_question_s::service
mdns_out_question_s::proto
mdns_out_question_s::domain
mdns_out_question_s::own_dynamic_memory
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