restful_server sample
_mdns_free_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_free_action()
_mdns_free_action() function
Free action data
Syntax
Show:
Summary
Declaration
from
mdns.c:5182
static
void
_mdns_free_action
(
mdns_action_t
*
action
)
;
Arguments
Argument
action
Examples
References
from
examples
Code
Location
Referrer
static
void
_mdns_free_action
(
mdns_action_t
*
action
)
mdns.c:5182
_mdns_free_action
(
c
)
;
mdns.c:5781
mdns_free()
Call Tree
from
examples
_mdns_free_action()
is called by 1 function and calls 7 functions:
mdns_free()
All items filtered out
_mdns_free_action()
free_address_list()
_mdns_browse_item_free()
_mdns_sync_browse_result_link_free()
_mdns_free_tx_packet()
_mdns_search_free()
_mdns_packet_free()
mdns_mem_free()
All items filtered out
Data Use
from
examples
_mdns_free_action()
reads 31 variables:
mdns_action_t::
::
::packet
mdns_action_t::
::rx_handle
mdns_action_t::
::
::hostname
mdns_action_t::
::
::address_list
mdns_action_t::
::delegate_hostname
mdns_action_t::
::
::browse
mdns_action_t::
::browse_add
mdns_action_t::
::
::browse_sync
mdns_action_t::
::browse_sync
mdns_action_t::data
mdns_action_type_t::ACTION_HOSTNAME_SET
mdns_action_type_t::ACTION_INSTANCE_SET
mdns_action_type_t::ACTION_SEARCH_ADD
mdns_action_type_t::ACTION_SEARCH_SEND
mdns_action_type_t::ACTION_SEARCH_END
mdns_action_type_t::ACTION_BROWSE_ADD
mdns_action_type_t::ACTION_BROWSE_SYNC
mdns_action_type_t::ACTION_BROWSE_END
mdns_action_type_t::ACTION_TX_HANDLE
mdns_action_type_t::ACTION_RX_HANDLE
mdns_action_type_t::ACTION_DELEGATE_HOSTNAME_ADD
mdns_action_type_t::ACTION_DELEGATE_HOSTNAME_REMOVE
mdns_action_type_t::ACTION_DELEGATE_HOSTNAME_SET_ADDR
mdns_action_t::type
mdns_action_t::
::
::hostname
mdns_action_t::
::hostname_set
mdns_action_t::
::instance
mdns_action_t::
::
::search
mdns_action_t::
::search_add
mdns_action_t::
::
::packet
mdns_action_t::
::tx_handle
All items filtered out
_mdns_free_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