ESP-IDF
nan_app_action_got_ipv6()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
nan_app_action_got_ipv6()
nan_app_action_got_ipv6() function
Syntax
Show:
Summary
Declaration
from
nan_app.c:601
static
void
nan_app_action_got_ipv6
(
void
*
arg
,
esp_event_base_t
event_base
,
int32_t
event_id
,
void
*
data
)
;
Arguments
Argument
arg
event_base
event_id
data
Examples
References
from
examples
Code
Location
Referrer
static
void
nan_app_action_got_ipv6
(
void
*
arg
,
esp_event_base_t
event_base
,
int32_t
event_id
,
void
*
data
)
nan_app.c:601
esp_event_handler_unregister
(
IP_EVENT
,
IP_EVENT_GOT_IP6
,
nan_app_action_got_ipv6
)
;
nan_app.c:625
nan_clear_app_default_handlers()
nan_app_action_got_ipv6
,
NULL
)
,
fail
,
TAG
,
"Registering event handler failed"
)
;
nan_app.c:658
nan_set_app_default_handlers()
Call Tree
from
examples
nan_app_action_got_ipv6()
calls 5 functions:
All items filtered out
nan_app_action_got_ipv6()
esp_log_timestamp()
esp_log_write()
esp_netif_ip6_get_addr_type()
wifi_osi_funcs_t::_mutex_lock
wifi_osi_funcs_t::_mutex_unlock
All items filtered out
Data Use
from
examples
nan_app_action_got_ipv6()
reads 15 variables and writes 2 variables:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_WARN
esp_log_level_t::ESP_LOG_INFO
esp_log_level_t::ESP_LOG_DEBUG
esp_log_level_t::ESP_LOG_VERBOSE
esp_ip6_addr::addr
esp_netif_ip6_info_t::ip
ip_event_got_ip6_t::esp_netif
ip_event_got_ip6_t::ip6_info
wifi_funcs
TAG
s_nan_data_lock
nan_ctx_t::nan_netif
s_nan_ctx
s_ipv6_addr_types
All items filtered out
nan_app_action_got_ipv6()
nan_clear_app_default_handlers()
nan_set_app_default_handlers()
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