restful_server sample
::host
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
::host
::host field
Syntax
Show:
Summary
Declaration
from
mdns_console.c:938
struct
arg_str
*
host
;
Examples
References
from
examples
Code
Location
Referrer
struct
arg_str
*
host
;
mdns_console.c:938
if
(
mdns_txt_replace_args
.
host
->
count
&&
mdns_txt_replace_args
.
host
->
sval
[
0
]
)
{
mdns_console.c:962
cmd_mdns_service_txt_replace()
host
=
mdns_txt_replace_args
.
host
->
sval
[
0
]
;
mdns_console.c:963
cmd_mdns_service_txt_replace()
mdns_txt_replace_args
.
host
=
arg_str0
(
"h"
,
"host"
,
"<hostname>"
,
"Service for this (delegated) host"
)
;
mdns_console.c:984
register_mdns_service_txt_replace()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
::host
is written by 1 function and is read by 1 function:
register_mdns_service_txt_replace()
All items filtered out
::host
cmd_mdns_service_txt_replace()
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