restful_server sample
::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
::hostname
::hostname field
Syntax
Show:
Summary
Declaration
from
mdns_console.c:1197
struct
arg_str
*
hostname
;
Examples
References
from
examples
Code
Location
Referrer
struct
arg_str
*
hostname
;
mdns_console.c:1197
if
(
!
mdns_delegate_host_args
.
hostname
->
sval
[
0
]
||
!
mdns_delegate_host_args
.
address
->
sval
[
0
]
)
{
mdns_console.c:1210
cmd_mdns_delegate_host()
esp_err_t
err
=
mdns_delegate_hostname_add
(
mdns_delegate_host_args
.
hostname
->
sval
[
0
]
,
&
addr
)
;
mdns_console.c:1219
cmd_mdns_delegate_host()
mdns_delegate_host_args
.
hostname
=
arg_str1
(
NULL
,
NULL
,
"<hostname>"
,
"Delegated hostname"
)
;
mdns_console.c:1229
register_mdns_delegate_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_delegate_host()
All items filtered out
::hostname
cmd_mdns_delegate_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