restful_server sample
_mdns_append_host()
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_append_host()
_mdns_append_host() function
Syntax
Show:
Summary
Declaration
from
mdns.c:2023
static
bool
_mdns_append_host
(
mdns_out_answer_t
*
*
destination
,
mdns_host_item_t
*
host
,
bool
flush
,
bool
bye
)
;
Arguments
Argument
destination
host
flush
bye
Examples
References
from
examples
Code
Location
Referrer
static
bool
_mdns_append_host
(
mdns_out_answer_t
*
*
destination
,
mdns_host_item_t
*
host
,
bool
flush
,
bool
bye
)
mdns.c:2023
return
_mdns_append_host
(
destination
,
host
,
flush
,
bye
)
;
mdns.c:2040
_mdns_append_host_list_in_services()
if
(
!
_mdns_append_host
(
destination
,
host
,
flush
,
bye
)
)
{
mdns.c:2046
_mdns_append_host_list_in_services()
if
(
!
_mdns_append_host
(
destination
,
self_host
,
flush
,
bye
)
)
{
mdns.c:2057
_mdns_append_host_list()
if
(
!
_mdns_append_host
(
destination
,
host
,
flush
,
bye
)
)
{
mdns.c:2064
_mdns_append_host_list()
Call Tree
from
examples
_mdns_append_host()
is called by 2 functions and calls 1 function:
_mdns_append_host_list_in_services()
_mdns_append_host_list()
All items filtered out
_mdns_append_host()
_mdns_alloc_answer()
All items filtered out
Data Use
from
examples
_mdns_append_host()
:
All items filtered out
_mdns_append_host()
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