restful_server sample
cmd_mdns_query_a()
is only used within restful_server sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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_query_a()
cmd_mdns_query_a() function
Syntax
Show:
Summary
Declaration
from
mdns_console.c:60
static
int
cmd_mdns_query_a
(
int
argc
,
char
*
*
argv
)
;
Arguments
Argument
argc
argv
Examples
References
from
examples
Code
Location
Referrer
static
int
cmd_mdns_query_a
(
int
argc
,
char
*
*
argv
)
mdns_console.c:60
.
func
=
&
cmd_mdns_query_a
,
mdns_console.c:110
register_mdns_query_a()
Call Tree
from
examples
cmd_mdns_query_a()
calls 4 functions:
All items filtered out
cmd_mdns_query_a()
__getreent()
arg_parse()
arg_print_errors()
mdns_query_a()
All items filtered out
Data Use
from
examples
cmd_mdns_query_a()
reads 6 variables and writes 1 variable:
arg_int::ival
arg_str::sval
::hostname
::timeout
::end
mdns_query_a_args
All items filtered out
cmd_mdns_query_a()
esp_ip4_addr::addr
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_query_a()
is implemented by 1 functions:
All items filtered out
cmd_mdns_query_a()
esp_console_cmd_t::func
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out