restful_server sample
mdns_action_t::
::delegate_hostname
is only used within restful_server sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
restful_server sample
mdns_action_t::
::delegate_hostname
mdns_action_t::
::delegate_hostname field
Syntax
Show:
Summary
Declaration
from
mdns_private.h:443
struct
{
const
char
*
hostname
;
mdns_ip_addr_t
*
address_list
;
}
delegate_hostname
;
Examples
References
from
examples
Code
Location
Referrer
}
delegate_hostname
;
mdns_private.h:446
mdns_mem_free
(
(
char
*
)
action
->
data
.
delegate_hostname
.
hostname
)
;
mdns.c:5214
_mdns_free_action()
free_address_list
(
action
->
data
.
delegate_hostname
.
address_list
)
;
mdns.c:5215
_mdns_free_action()
mdns_mem_free
(
(
char
*
)
action
->
data
.
delegate_hostname
.
hostname
)
;
mdns.c:5218
_mdns_free_action()
if
(
!
_mdns_delegate_hostname_add
(
action
->
data
.
delegate_hostname
.
hostname
,
mdns.c:5289
_mdns_execute_action()
action
->
data
.
delegate_hostname
.
address_list
)
)
{
mdns.c:5290
_mdns_execute_action()
mdns_mem_free
(
(
char
*
)
action
->
data
.
delegate_hostname
.
hostname
)
;
mdns.c:5291
_mdns_execute_action()
free_address_list
(
action
->
data
.
delegate_hostname
.
address_list
)
;
mdns.c:5292
_mdns_execute_action()
if
(
!
_mdns_delegate_hostname_set_address
(
action
->
data
.
delegate_hostname
.
hostname
,
mdns.c:5297
_mdns_execute_action()
action
->
data
.
delegate_hostname
.
address_list
)
)
{
mdns.c:5298
_mdns_execute_action()
free_address_list
(
action
->
data
.
delegate_hostname
.
address_list
)
;
mdns.c:5299
_mdns_execute_action()
mdns_mem_free
(
(
char
*
)
action
->
data
.
delegate_hostname
.
hostname
)
;
mdns.c:5301
_mdns_execute_action()
_mdns_delegate_hostname_remove
(
action
->
data
.
delegate_hostname
.
hostname
)
;
mdns.c:5304
_mdns_execute_action()
mdns_mem_free
(
(
char
*
)
action
->
data
.
delegate_hostname
.
hostname
)
;
mdns.c:5305
_mdns_execute_action()
action
->
data
.
delegate_hostname
.
hostname
=
new_hostname
;
mdns.c:5877
mdns_delegate_hostname_add()
action
->
data
.
delegate_hostname
.
address_list
=
copy_address_list
(
address_list
)
;
mdns.c:5878
mdns_delegate_hostname_add()
action
->
data
.
delegate_hostname
.
hostname
=
new_hostname
;
mdns.c:5908
mdns_delegate_hostname_remove()
action
->
data
.
delegate_hostname
.
hostname
=
new_hostname
;
mdns.c:5937
mdns_delegate_hostname_set_address()
action
->
data
.
delegate_hostname
.
address_list
=
copy_address_list
(
address_list
)
;
mdns.c:5938
mdns_delegate_hostname_set_address()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mdns_action_t::
::delegate_hostname
is read by 5 functions:
All items filtered out
mdns_action_t::
::delegate_hostname
_mdns_free_action()
_mdns_execute_action()
mdns_delegate_hostname_add()
mdns_delegate_hostname_remove()
mdns_delegate_hostname_set_address()
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