restful_server sample
_mdns_create_answer_from_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_create_answer_from_hostname()
_mdns_create_answer_from_hostname() function
Syntax
Show:
Summary
Declaration
from
mdns.c:1824
static
bool
_mdns_create_answer_from_hostname
(
mdns_tx_packet_t
*
packet
,
const
char
*
hostname
,
bool
send_flush
)
;
Arguments
Argument
packet
hostname
send_flush
Examples
References
from
examples
Code
Location
Referrer
static
bool
_mdns_create_answer_from_hostname
(
mdns_tx_packet_t
*
packet
,
const
char
*
hostname
,
bool
send_flush
)
mdns.c:1824
if
(
!
_mdns_create_answer_from_hostname
(
packet
,
q
->
host
,
send_flush
)
)
{
mdns.c:1926
_mdns_create_answer_from_parsed_packet()
Call Tree
from
examples
_mdns_create_answer_from_hostname()
is called by 1 function and calls 2 functions:
_mdns_create_answer_from_parsed_packet()
All items filtered out
_mdns_create_answer_from_hostname()
_mdns_alloc_answer()
mdns_get_host_item()
All items filtered out
Data Use
from
examples
_mdns_create_answer_from_hostname()
:
All items filtered out
_mdns_create_answer_from_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