restful_server sample
_mdns_send_search_action()
is only used within restful_server sample.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (2/5)...
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_send_search_action()
_mdns_send_search_action() function
Queue search action
Syntax
Show:
Summary
Declaration
from
mdns.c:5316
static
esp_err_t
_mdns_send_search_action
(
mdns_action_type_t
type
,
mdns_search_once_t
*
search
)
;
Arguments
Argument
type
search
Examples
References
from
examples
Code
Location
Referrer
static
esp_err_t
_mdns_send_search_action
(
mdns_action_type_t
type
,
mdns_search_once_t
*
search
)
mdns.c:5316
if
(
_mdns_send_search_action
(
ACTION_SEARCH_END
,
s
)
!=
ESP_OK
)
{
mdns.c:5392
_mdns_search_run()
if
(
_mdns_send_search_action
(
ACTION_SEARCH_SEND
,
s
)
!=
ESP_OK
)
{
mdns.c:5398
_mdns_search_run()
if
(
_mdns_send_search_action
(
ACTION_SEARCH_ADD
,
search
)
)
{
mdns.c:6838
mdns_query_async_new()
if
(
_mdns_send_search_action
(
ACTION_SEARCH_ADD
,
search
)
)
{
mdns.c:6865
mdns_query_generic()
Call Tree
from
examples
_mdns_send_search_action()
is called by 3 functions and calls 6 functions:
_mdns_search_run()
mdns_query_async_new()
mdns_query_generic()
All items filtered out
_mdns_send_search_action()
esp_get_free_heap_size()
xQueueGenericSend()
esp_log_timestamp()
esp_log_write()
mdns_mem_malloc()
mdns_mem_free()
All items filtered out
Data Use
from
examples
_mdns_send_search_action()
reads 10 variables and writes 2 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_server
TAG
mdns_action_t::data
mdns_server_s::action_queue
mdns_action_t::
::search_add
All items filtered out
_mdns_send_search_action()
mdns_action_t::type
mdns_action_t::
::
::search
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