restful_server sample
::hostname
is only used within restful_server sample.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (2/5)...
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:504
struct
arg_str
*
hostname
;
Examples
References
from
examples
Code
Location
Referrer
struct
arg_str
*
hostname
;
mdns_console.c:504
if
(
mdns_init_args
.
hostname
->
sval
[
0
]
)
{
mdns_console.c:519
cmd_mdns_init()
ESP_ERROR_CHECK
(
mdns_hostname_set
(
mdns_init_args
.
hostname
->
sval
[
0
]
)
)
;
mdns_console.c:520
cmd_mdns_init()
printf
(
"MDNS: Hostname: %s\n"
,
mdns_init_args
.
hostname
->
sval
[
0
]
)
;
mdns_console.c:521
cmd_mdns_init()
mdns_init_args
.
hostname
=
arg_str0
(
"h"
,
"hostname"
,
"<hostname>"
,
"Hostname that the server will advertise"
)
;
mdns_console.c:534
register_mdns_init()
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_init()
All items filtered out
::hostname
cmd_mdns_init()
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