restful_server sample
mdns_event_actions_t
is only used within restful_server sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
restful_server sample
mdns_event_actions_t
mdns_event_actions_t enum
Syntax
Show:
Summary
Declaration
from
mdns.h:42
enum
{
MDNS_EVENT_ENABLE_IP4
=
1
<
<
1
,
MDNS_EVENT_ENABLE_IP6
=
1
<
<
2
,
MDNS_EVENT_ANNOUNCE_IP4
=
1
<
<
3
,
MDNS_EVENT_ANNOUNCE_IP6
=
1
<
<
4
,
MDNS_EVENT_DISABLE_IP4
=
1
<
<
5
,
MDNS_EVENT_DISABLE_IP6
=
1
<
<
6
,
MDNS_EVENT_IP4_REVERSE_LOOKUP
=
1
<
<
7
,
MDNS_EVENT_IP6_REVERSE_LOOKUP
=
1
<
<
8
,
}
;
Values
Value
Declared as
mdns_event_actions_t::MDNS_EVENT_ENABLE_IP4
=
1
<
<
1
mdns_event_actions_t::MDNS_EVENT_ENABLE_IP6
=
1
<
<
2
mdns_event_actions_t::MDNS_EVENT_ANNOUNCE_IP4
=
1
<
<
3
mdns_event_actions_t::MDNS_EVENT_ANNOUNCE_IP6
=
1
<
<
4
mdns_event_actions_t::MDNS_EVENT_DISABLE_IP4
=
1
<
<
5
mdns_event_actions_t::MDNS_EVENT_DISABLE_IP6
=
1
<
<
6
mdns_event_actions_t::MDNS_EVENT_IP4_REVERSE_LOOKUP
=
1
<
<
7
mdns_event_actions_t::MDNS_EVENT_IP6_REVERSE_LOOKUP
=
1
<
<
8
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
enum
{
mdns.h:42
}
mdns_event_actions_t
;
mdns.h:51
static
esp_err_t
mdns_post_custom_action_tcpip_if
(
mdns_if_t
mdns_if
,
mdns_event_actions_t
event_action
)
;
mdns.c:95
mdns_post_custom_action_tcpip_if()
mdns_post_custom_action_tcpip_if()::event_action
static
void
perform_event_action
(
mdns_if_t
mdns_if
,
mdns_event_actions_t
action
)
mdns.c:4396
perform_event_action()
perform_event_action()::action
static
esp_err_t
mdns_post_custom_action_tcpip_if
(
mdns_if_t
mdns_if
,
mdns_event_actions_t
event_action
)
mdns.c:5551
mdns_post_custom_action_tcpip_if()
mdns_post_custom_action_tcpip_if()::event_action
esp_err_t
mdns_netif_action
(
esp_netif_t
*
esp_netif
,
mdns_event_actions_t
event_action
)
mdns.c:5607
mdns_netif_action()
mdns_netif_action()::event_action
}
mdns_event_actions_t
;
mdns.h:51
mdns_event_actions_t
esp_err_t
mdns_netif_action
(
esp_netif_t
*
esp_netif
,
mdns_event_actions_t
event_action
)
;
mdns.h:909
mdns_netif_action()
mdns_netif_action()::event_action
mdns_event_actions_t
event_action
;
mdns_private.h:432
mdns_action_t::
::
::event_action
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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
Instance
Scope
Location
Project
mdns_netif_action()::event_action
mdns_netif_action()
mdns.h:909
mdns_post_custom_action_tcpip_if()::event_action
mdns_post_custom_action_tcpip_if()
mdns.c:95
perform_event_action()::action
perform_event_action()
mdns.c:4396
mdns_post_custom_action_tcpip_if()::event_action
mdns_post_custom_action_tcpip_if()
mdns.c:5551
mdns_netif_action()::event_action
mdns_netif_action()
mdns.c:5607
mdns_action_t::
::
::event_action
mdns_private.h:432
Lifecycle
from
examples
All items filtered out
All items filtered out