restful_server sample
cmd_mdns_query_ptr()
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_ptr()
cmd_mdns_query_ptr() function
Syntax
Show:
Summary
Declaration
from
mdns_console.c:308
static
int
cmd_mdns_query_ptr
(
int
argc
,
char
*
*
argv
)
;
Arguments
Argument
argc
argv
Examples
References
from
examples
Code
Location
Referrer
static
int
cmd_mdns_query_ptr
(
int
argc
,
char
*
*
argv
)
mdns_console.c:308
.
func
=
&
cmd_mdns_query_ptr
,
mdns_console.c:359
register_mdns_query_ptr()
Call Tree
from
examples
cmd_mdns_query_ptr()
calls 6 functions:
All items filtered out
cmd_mdns_query_ptr()
__getreent()
arg_parse()
arg_print_errors()
mdns_query_results_free()
mdns_query_ptr()
mdns_print_results()
All items filtered out
Data Use
from
examples
cmd_mdns_query_ptr()
reads 8 variables:
arg_int::ival
arg_str::sval
::service
::proto
::timeout
::max_results
::end
mdns_query_ptr_args
All items filtered out
cmd_mdns_query_ptr()
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_ptr()
is implemented by 1 functions:
All items filtered out
cmd_mdns_query_ptr()
esp_console_cmd_t::func
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out