restful_server sample
_mdns_append_host_answer()
is only used within restful_server sample.
Symbol previews are coming soon...
Symbols
loading (1/5)...
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
restful_server sample
_mdns_append_host_answer()
_mdns_append_host_answer() function
Syntax
Show:
Summary
Declaration
from
mdns.c:1286
static
uint8_t
_mdns_append_host_answer
(
uint8_t
*
packet
,
uint16_t
*
index
,
mdns_host_item_t
*
host
,
uint8_t
address_type
,
bool
flush
,
bool
bye
)
;
Arguments
Argument
packet
index
host
address_type
flush
bye
Examples
References
from
examples
Code
Location
Referrer
static
uint8_t
_mdns_append_host_answer
(
uint8_t
*
packet
,
uint16_t
*
index
,
mdns_host_item_t
*
host
,
mdns.c:1286
return
_mdns_append_host_answer
(
packet
,
index
,
answer
->
host
,
ESP_IPADDR_TYPE_V4
,
answer
->
flush
,
answer
->
bye
)
;
mdns.c:1439
_mdns_append_answer()
return
_mdns_append_host_answer
(
packet
,
index
,
answer
->
host
,
ESP_IPADDR_TYPE_V6
,
answer
->
flush
,
mdns.c:1477
_mdns_append_answer()
Call Tree
from
examples
_mdns_append_host_answer()
is called by 1 function and calls 2 functions:
_mdns_append_answer()
All items filtered out
_mdns_append_host_answer()
_mdns_append_a_record()
_mdns_append_aaaa_record()
All items filtered out
Data Use
from
examples
_mdns_append_host_answer()
reads 10 variables:
esp_ip6_addr::addr
esp_ip4_addr::addr
_ip_addr::
::ip6
_ip_addr::
::ip4
_ip_addr::u_addr
_ip_addr::type
mdns_ip_addr_s::addr
mdns_ip_addr_s::next
mdns_host_item_t::hostname
mdns_host_item_t::address_list
All items filtered out
_mdns_append_host_answer()
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