restful_server sample
cmd_mdns_undelegate_host()
is only used within restful_server sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
restful_server sample
cmd_mdns_undelegate_host()
cmd_mdns_undelegate_host() function
Syntax
Show:
Summary
Declaration
from
mdns_console.c:1249
static
int
cmd_mdns_undelegate_host
(
int
argc
,
char
*
*
argv
)
;
Arguments
Argument
argc
argv
Examples
References
from
examples
Code
Location
Referrer
static
int
cmd_mdns_undelegate_host
(
int
argc
,
char
*
*
argv
)
mdns_console.c:1249
.
func
=
&
cmd_mdns_undelegate_host
,
mdns_console.c:1278
register_mdns_undelegate_host()
Call Tree
from
examples
cmd_mdns_undelegate_host()
calls 4 functions:
All items filtered out
cmd_mdns_undelegate_host()
__getreent()
arg_parse()
arg_print_errors()
mdns_delegate_hostname_remove()
All items filtered out
Data Use
from
examples
cmd_mdns_undelegate_host()
reads 4 variables:
arg_str::sval
::hostname
::end
mdns_undelegate_host_args
All items filtered out
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
cmd_mdns_undelegate_host()
is implemented by 1 functions:
All items filtered out
cmd_mdns_undelegate_host()
esp_console_cmd_t::func
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out