restful_server sample
mdns_host_item_t::hostname
is only used within restful_server sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
restful_server sample
mdns_host_item_t::hostname
mdns_host_item_t::hostname field
Syntax
Show:
Summary
Declaration
from
mdns_private.h:311
const
char
*
hostname
;
Examples
References
from
examples
Code
Location
Referrer
const
char
*
hostname
;
mdns_private.h:311
if
(
strcasecmp
(
host
->
hostname
,
hostname
)
==
0
)
{
mdns.c:328
mdns_get_host_item()
_mdns_append_a_record
(
packet
,
index
,
host
->
hostname
,
addr
->
addr
.
u_addr
.
ip4
.
addr
,
flush
,
bye
)
<=
0
)
{
mdns.c:1296
_mdns_append_host_answer()
_mdns_append_aaaa_record
(
packet
,
index
,
host
->
hostname
,
(
uint8_t
*
)
addr
->
addr
.
u_addr
.
ip6
.
addr
,
flush
,
mdns.c:1302
_mdns_append_host_answer()
if
(
strcasecmp
(
hostname
,
host
->
hostname
)
==
0
)
{
mdns.c:3130
_hostname_is_ours()
host
->
hostname
=
hostname
;
mdns.c:3157
_mdns_delegate_hostname_add()
if
(
strcasecmp
(
hostname
,
host
->
hostname
)
==
0
)
{
mdns.c:3181
_mdns_delegate_hostname_set_address()
mdns_mem_free
(
(
char
*
)
host
->
hostname
)
;
mdns.c:3222
free_delegated_hostnames()
if
(
strcasecmp
(
hostname
,
host
->
hostname
)
==
0
)
{
mdns.c:3256
_mdns_delegate_hostname_remove()
mdns_mem_free
(
(
char
*
)
host
->
hostname
)
;
mdns.c:3263
_mdns_delegate_hostname_remove()
_mdns_self_host
.
hostname
=
new_host
;
mdns.c:4090
mdns_parse_packet()
_mdns_self_host
.
hostname
=
new_host
;
mdns.c:4215
mdns_parse_packet()
_mdns_self_host
.
hostname
=
new_host
;
mdns.c:4272
mdns_parse_packet()
_mdns_self_host
.
hostname
=
action
->
data
.
hostname_set
.
hostname
;
mdns.c:5240
_mdns_execute_action()
if
(
strcasecmp
(
host
->
hostname
,
hostname
)
==
0
)
{
mdns.c:6116
_copy_delegated_host_address_list()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mdns_host_item_t::hostname
is written by 3 functions and is read by 7 functions:
_mdns_delegate_hostname_add()
mdns_parse_packet()
_mdns_execute_action()
All items filtered out
mdns_host_item_t::hostname
mdns_get_host_item()
_mdns_append_host_answer()
_hostname_is_ours()
_mdns_delegate_hostname_set_address()
free_delegated_hostnames()
_mdns_delegate_hostname_remove()
_copy_delegated_host_address_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