restful_server sample
cmd_mdns_delegate_host()
is only used within restful_server sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/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_delegate_host()
cmd_mdns_delegate_host() function
Syntax
Show:
Summary
Declaration
from
mdns_console.c:1202
static
int
cmd_mdns_delegate_host
(
int
argc
,
char
*
*
argv
)
;
Arguments
Argument
argc
argv
Examples
References
from
examples
Code
Location
Referrer
static
int
cmd_mdns_delegate_host
(
int
argc
,
char
*
*
argv
)
mdns_console.c:1202
.
func
=
&
cmd_mdns_delegate_host
,
mdns_console.c:1237
register_mdns_delegate_host()
Call Tree
from
examples
cmd_mdns_delegate_host()
calls 5 functions:
All items filtered out
cmd_mdns_delegate_host()
__getreent()
arg_parse()
arg_print_errors()
esp_netif_str_to_ip4()
mdns_delegate_hostname_add()
All items filtered out
Data Use
from
examples
cmd_mdns_delegate_host()
reads 7 variables and writes 1 variable:
arg_str::sval
_ip_addr::u_addr
mdns_ip_addr_s::addr
::hostname
::address
::end
mdns_delegate_host_args
All items filtered out
cmd_mdns_delegate_host()
_ip_addr::type
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_delegate_host()
is implemented by 1 functions:
All items filtered out
cmd_mdns_delegate_host()
esp_console_cmd_t::func
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out