restful_server sample
post_mdns_enable_pcb()
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
post_mdns_enable_pcb()
post_mdns_enable_pcb() function
Syntax
Show:
Summary
Declaration
from
mdns.c:4472
static
inline
void
post_mdns_enable_pcb
(
mdns_predef_if_t
preset_if
,
mdns_ip_protocol_t
protocol
)
;
Arguments
Argument
preset_if
protocol
Examples
References
from
examples
Code
Location
Referrer
static
inline
void
post_mdns_enable_pcb
(
mdns_predef_if_t
preset_if
,
mdns_ip_protocol_t
protocol
)
mdns.c:4472
post_mdns_enable_pcb
(
MDNS_IF_STA
,
MDNS_IP_PROTOCOL_V4
)
;
mdns.c:4497
mdns_preset_if_handle_system_event()
post_mdns_enable_pcb
(
MDNS_IF_AP
,
MDNS_IP_PROTOCOL_V4
)
;
mdns.c:4506
mdns_preset_if_handle_system_event()
post_mdns_enable_pcb
(
MDNS_IF_ETH
,
MDNS_IP_PROTOCOL_V4
)
;
mdns.c:4523
mdns_preset_if_handle_system_event()
post_mdns_enable_pcb
(
MDNS_IF_STA
,
MDNS_IP_PROTOCOL_V4
)
;
mdns.c:4539
mdns_preset_if_handle_system_event()
post_mdns_enable_pcb
(
MDNS_IF_ETH
,
MDNS_IP_PROTOCOL_V4
)
;
mdns.c:4544
mdns_preset_if_handle_system_event()
post_mdns_enable_pcb
(
mdns_if
,
MDNS_IP_PROTOCOL_V6
)
;
mdns.c:4553
mdns_preset_if_handle_system_event()
Call Tree
from
examples
post_mdns_enable_pcb()
is called by 1 function and calls 2 functions:
mdns_preset_if_handle_system_event()
All items filtered out
post_mdns_enable_pcb()
mdns_if_from_preset_if()
mdns_post_custom_action_tcpip_if()
All items filtered out
Data Use
from
examples
post_mdns_enable_pcb()
reads 3 variables:
mdns_event_actions_t::MDNS_EVENT_ENABLE_IP4
mdns_event_actions_t::MDNS_EVENT_ENABLE_IP6
mdns_ip_protocol_t::MDNS_IP_PROTOCOL_V4
All items filtered out
post_mdns_enable_pcb()
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