restful_server sample
_mdns_delegate_hostname_remove()
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_delegate_hostname_remove()
_mdns_delegate_hostname_remove() function
Syntax
Show:
Summary
Declaration
from
mdns.c:3230
static
bool
_mdns_delegate_hostname_remove
(
const
char
*
hostname
)
;
Arguments
Argument
hostname
Examples
References
from
examples
Code
Location
Referrer
static
bool
_mdns_delegate_hostname_remove
(
const
char
*
hostname
)
mdns.c:3230
_mdns_delegate_hostname_remove
(
action
->
data
.
delegate_hostname
.
hostname
)
;
mdns.c:5304
_mdns_execute_action()
Call Tree
from
examples
_mdns_delegate_hostname_remove()
is called by 1 function and calls 5 functions:
_mdns_execute_action()
All items filtered out
_mdns_delegate_hostname_remove()
_mdns_remove_scheduled_service_packets()
_mdns_free_service()
free_address_list()
_mdns_send_bye()
mdns_mem_free()
All items filtered out
Data Use
from
examples
_mdns_delegate_hostname_remove()
reads 9 variables and writes 4 variables:
_mdns_server
_mdns_host_list
mdns_server_s::services
mdns_service_t::hostname
mdns_srv_item_s::next
mdns_srv_item_s::service
mdns_host_item_t::hostname
mdns_host_item_t::address_list
mdns_host_item_t::next
All items filtered out
_mdns_delegate_hostname_remove()
_mdns_host_list
mdns_server_s::services
mdns_srv_item_s::next
mdns_host_item_t::next
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