restful_server sample
_mdns_remap_self_service_hostname()
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_remap_self_service_hostname()
_mdns_remap_self_service_hostname() function
Syntax
Show:
Summary
Declaration
Definition
from
mdns.c:94
static
void
_mdns_remap_self_service_hostname
(
const
char
*
old_hostname
,
const
char
*
new_hostname
)
;
Implemented in
mdns.c:5153
Arguments
Argument
old_hostname
new_hostname
Examples
References
from
examples
Code
Location
Referrer
static
void
_mdns_remap_self_service_hostname
(
const
char
*
old_hostname
,
const
char
*
new_hostname
)
mdns.c:5153
static
void
_mdns_remap_self_service_hostname
(
const
char
*
old_hostname
,
const
char
*
new_hostname
)
;
mdns.c:94
_mdns_remap_self_service_hostname
(
_mdns_server
->
hostname
,
new_host
)
;
mdns.c:4087
mdns_parse_packet()
_mdns_remap_self_service_hostname
(
_mdns_server
->
hostname
,
new_host
)
;
mdns.c:4212
mdns_parse_packet()
_mdns_remap_self_service_hostname
(
_mdns_server
->
hostname
,
new_host
)
;
mdns.c:4269
mdns_parse_packet()
_mdns_remap_self_service_hostname
(
_mdns_server
->
hostname
,
action
->
data
.
hostname_set
.
hostname
)
;
mdns.c:5237
_mdns_execute_action()
Call Tree
from
examples
_mdns_remap_self_service_hostname()
is called by 2 functions and calls 2 functions:
mdns_parse_packet()
_mdns_execute_action()
All items filtered out
_mdns_remap_self_service_hostname()
mdns_mem_free()
mdns_mem_strdup()
All items filtered out
Data Use
from
examples
_mdns_remap_self_service_hostname()
reads 5 variables and writes 1 variable:
_mdns_server
mdns_server_s::services
mdns_service_t::hostname
mdns_srv_item_s::next
mdns_srv_item_s::service
All items filtered out
_mdns_remap_self_service_hostname()
mdns_service_t::hostname
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