esp_local_ctrl sample
::hostname
is only used within esp_local_ctrl 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
esp_local_ctrl sample
::hostname
::hostname field
Syntax
Show:
Summary
Declaration
from
mdns_console.c:1245
struct
arg_str
*
hostname
;
Examples
References
from
examples
Code
Location
Referrer
struct
arg_str
*
hostname
;
mdns_console.c:1245
if
(
!
mdns_undelegate_host_args
.
hostname
->
sval
[
0
]
)
{
mdns_console.c:1257
cmd_mdns_undelegate_host()
if
(
mdns_delegate_hostname_remove
(
mdns_undelegate_host_args
.
hostname
->
sval
[
0
]
)
!=
ESP_OK
)
{
mdns_console.c:1262
cmd_mdns_undelegate_host()
mdns_undelegate_host_args
.
hostname
=
arg_str1
(
NULL
,
NULL
,
"<hostname>"
,
"Delegated hostname"
)
;
mdns_console.c:1271
register_mdns_undelegate_host()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
::hostname
is written by 1 function and is read by 1 function:
register_mdns_undelegate_host()
All items filtered out
::hostname
cmd_mdns_undelegate_host()
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