restful_server sample
mdns_get_host_item()
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_get_host_item()
mdns_get_host_item() function
Syntax
Show:
Summary
Declaration
from
mdns.c:321
static
mdns_host_item_t
*
mdns_get_host_item
(
const
char
*
hostname
)
;
Arguments
Argument
hostname
Examples
References
from
examples
Code
Location
Referrer
static
mdns_host_item_t
*
mdns_get_host_item
(
const
char
*
hostname
)
mdns.c:321
mdns_host_item_t
*
host
=
mdns_get_host_item
(
service
->
hostname
)
;
mdns.c:1792
_mdns_create_answer_from_service()
mdns_host_item_t
*
host
=
mdns_get_host_item
(
hostname
)
;
mdns.c:1826
_mdns_create_answer_from_hostname()
mdns_host_item_t
*
host
=
mdns_get_host_item
(
_mdns_server
->
hostname
)
;
mdns.c:2038
_mdns_append_host_list_in_services()
mdns_host_item_t
*
host
=
mdns_get_host_item
(
services
[
i
]
->
service
->
hostname
)
;
mdns.c:2045
_mdns_append_host_list_in_services()
mdns_host_item_t
*
self_host
=
mdns_get_host_item
(
_mdns_server
->
hostname
)
;
mdns.c:2056
_mdns_append_host_list()
mdns_host_item_t
*
host
=
mdns_get_host_item
(
s
->
service
->
hostname
)
;
mdns.c:2214
_mdns_create_announce_from_probe()
Call Tree
from
examples
mdns_get_host_item()
is called by 5 functions:
_mdns_create_answer_from_service()
_mdns_create_answer_from_hostname()
_mdns_append_host_list_in_services()
_mdns_append_host_list()
_mdns_create_announce_from_probe()
All items filtered out
mdns_get_host_item()
All items filtered out
Data Use
from
examples
mdns_get_host_item()
reads 5 variables:
_mdns_server
_mdns_host_list
mdns_server_s::hostname
mdns_host_item_t::hostname
mdns_host_item_t::next
All items filtered out
mdns_get_host_item()
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