restful_server sample
_hostname_is_ours()
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
_hostname_is_ours()
_hostname_is_ours() function
Syntax
Show:
Summary
Declaration
from
mdns.c:3122
static
bool
_hostname_is_ours
(
const
char
*
hostname
)
;
Arguments
Argument
hostname
Examples
References
from
examples
Code
Location
Referrer
static
bool
_hostname_is_ours
(
const
char
*
hostname
)
mdns.c:3122
if
(
_hostname_is_ours
(
hostname
)
)
{
mdns.c:3147
_mdns_delegate_hostname_add()
&&
_hostname_is_ours
(
name
->
host
)
)
{
mdns.c:3329
_mdns_name_is_ours()
ret
=
_hostname_is_ours
(
hostname
)
;
mdns.c:5951
mdns_hostname_exists()
Call Tree
from
examples
_hostname_is_ours()
is called by 3 functions and calls 1 function:
_mdns_delegate_hostname_add()
_mdns_name_is_ours()
mdns_hostname_exists()
All items filtered out
_hostname_is_ours()
_str_null_or_empty()
All items filtered out
Data Use
from
examples
_hostname_is_ours()
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
_hostname_is_ours()
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