restful_server sample
mdns_undelegate_host_args
is only used within restful_server sample.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
restful_server sample
mdns_undelegate_host_args
mdns_undelegate_host_args variable
Syntax
Show:
Summary
Declaration
from
mdns_console.c:1244
static
struct
{
struct
arg_str
*
hostname
;
struct
arg_end
*
end
;
}
mdns_undelegate_host_args
;
Examples
References
from
examples
Code
Location
Referrer
}
mdns_undelegate_host_args
;
mdns_console.c:1247
int
nerrors
=
arg_parse
(
argc
,
argv
,
(
void
*
*
)
&
mdns_undelegate_host_args
)
;
mdns_console.c:1251
cmd_mdns_undelegate_host()
arg_print_errors
(
stderr
,
mdns_undelegate_host_args
.
end
,
argv
[
0
]
)
;
mdns_console.c:1253
cmd_mdns_undelegate_host()
if
(
!
mdns_undelegate_host_args
.
hostname
->
sval
[
0
]
)
{
mdns_console.c:1257
cmd_mdns_undelegate_host()
if
(
mdns_delegate_hostname_remove
(
mdns_undelegate_host_args
.
hostname
->
sval
[
0
]
)
!=
ESP_OK
)
{
mdns_console.c:1262
cmd_mdns_undelegate_host()
mdns_undelegate_host_args
.
hostname
=
arg_str1
(
NULL
,
NULL
,
"<hostname>"
,
"Delegated hostname"
)
;
mdns_console.c:1271
register_mdns_undelegate_host()
mdns_undelegate_host_args
.
end
=
arg_end
(
2
)
;
mdns_console.c:1272
register_mdns_undelegate_host()
.
argtable
=
&
mdns_undelegate_host_args
mdns_console.c:1279
register_mdns_undelegate_host()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mdns_undelegate_host_args
is read by 2 functions:
All items filtered out
mdns_undelegate_host_args
cmd_mdns_undelegate_host()
register_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
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out