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:769
struct
arg_str
*
host
;
Examples
References
from
examples
Code
Location
Referrer
struct
arg_str
*
host
;
mdns_console.c:769
if
(
mdns_remove_args
.
host
->
count
&&
mdns_remove_args
.
host
->
sval
[
0
]
)
{
mdns_console.c:791
cmd_mdns_service_remove()
host
=
mdns_remove_args
.
host
->
sval
[
0
]
;
mdns_console.c:792
cmd_mdns_service_remove()
mdns_remove_args
.
host
=
arg_str0
(
"h"
,
"host"
,
"<hostname>"
,
"Service for this (delegated) host"
)
;
mdns_console.c:803
register_mdns_service_remove()
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_remove()
All items filtered out
::host
cmd_mdns_service_remove()
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