restful_server sample
mdns_post_custom_action_tcpip_if()
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_post_custom_action_tcpip_if()
mdns_post_custom_action_tcpip_if() function
Syntax
Show:
Summary
Declaration
Definition
from
mdns.c:95
static
esp_err_t
mdns_post_custom_action_tcpip_if
(
mdns_if_t
mdns_if
,
mdns_event_actions_t
event_action
)
;
Implemented in
mdns.c:5551
Arguments
Argument
mdns_if
event_action
Examples
References
from
examples
Code
Location
Referrer
static
esp_err_t
mdns_post_custom_action_tcpip_if
(
mdns_if_t
mdns_if
,
mdns_event_actions_t
event_action
)
mdns.c:5551
static
esp_err_t
mdns_post_custom_action_tcpip_if
(
mdns_if_t
mdns_if
,
mdns_event_actions_t
event_action
)
;
mdns.c:95
mdns_post_custom_action_tcpip_if
(
mdns_if_from_preset_if
(
preset_if
)
,
protocol
==
MDNS_IP_PROTOCOL_V4
?
MDNS_EVENT_DISABLE_IP4
:
MDNS_EVENT_DISABLE_IP6
)
;
mdns.c:4469
post_mdns_disable_pcb()
mdns_post_custom_action_tcpip_if
(
mdns_if_from_preset_if
(
preset_if
)
,
protocol
==
MDNS_IP_PROTOCOL_V4
?
MDNS_EVENT_ENABLE_IP4
:
MDNS_EVENT_ENABLE_IP6
)
;
mdns.c:4474
post_mdns_enable_pcb()
mdns_post_custom_action_tcpip_if
(
mdns_if_from_preset_if
(
preset_if
)
,
protocol
==
MDNS_IP_PROTOCOL_V4
?
MDNS_EVENT_ANNOUNCE_IP4
:
MDNS_EVENT_ANNOUNCE_IP6
)
;
mdns.c:4479
post_mdns_announce_pcb()
return
mdns_post_custom_action_tcpip_if
(
_mdns_get_if_from_esp_netif
(
esp_netif
)
,
event_action
)
;
mdns.c:5609
mdns_netif_action()
Call Tree
from
examples
mdns_post_custom_action_tcpip_if()
is called by 4 functions and calls 6 functions:
post_mdns_disable_pcb()
post_mdns_enable_pcb()
post_mdns_announce_pcb()
mdns_netif_action()
All items filtered out
mdns_post_custom_action_tcpip_if()
esp_get_free_heap_size()
xQueueGenericSend()
esp_log_timestamp()
esp_log_write()
mdns_mem_calloc()
mdns_mem_free()
All items filtered out
Data Use
from
examples
mdns_post_custom_action_tcpip_if()
reads 11 variables and writes 3 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_action_type_t::ACTION_SYSTEM_EVENT
mdns_server_s::action_queue
mdns_action_t::
::sys_event
All items filtered out
mdns_post_custom_action_tcpip_if()
mdns_action_t::type
mdns_action_t::
::
::interface
mdns_action_t::
::
::event_action
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