esp_local_ctrl sample
_mdns_append_host_list()
is only used within esp_local_ctrl sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
esp_local_ctrl sample
_mdns_append_host_list()
_mdns_append_host_list() function
Syntax
Show:
Summary
Declaration
Definition
from
mdns.c:93
static
bool
_mdns_append_host_list
(
mdns_out_answer_t
*
*
destination
,
bool
flush
,
bool
bye
)
;
Implemented in
mdns.c:2053
Arguments
Argument
destination
flush
bye
Examples
References
from
examples
Code
Location
Referrer
static
bool
_mdns_append_host_list
(
mdns_out_answer_t
*
*
destination
,
bool
flush
,
bool
bye
)
mdns.c:2053
static
bool
_mdns_append_host_list
(
mdns_out_answer_t
*
*
destination
,
bool
flush
,
bool
bye
)
;
mdns.c:93
if
(
!
_mdns_append_host_list
(
&
packet
->
answers
,
send_flush
,
false
)
)
{
mdns.c:1933
_mdns_create_answer_from_parsed_packet()
Call Tree
from
examples
_mdns_append_host_list()
is called by 1 function and calls 3 functions:
_mdns_create_answer_from_parsed_packet()
All items filtered out
_mdns_append_host_list()
_str_null_or_empty()
mdns_get_host_item()
_mdns_append_host()
All items filtered out
Data Use
from
examples
_mdns_append_host_list()
reads 4 variables:
mdns_server_s::hostname
mdns_host_item_t::next
_mdns_server
_mdns_host_list
All items filtered out
_mdns_append_host_list()
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