ESP-IDF
eth_on_got_ipv6()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/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
eth_on_got_ipv6()
eth_on_got_ipv6() function
Syntax
Show:
Summary
Declaration
from
eth_connect.c:48
static
void
eth_on_got_ipv6
(
void
*
arg
,
esp_event_base_t
event_base
,
int32_t
event_id
,
void
*
event_data
)
;
Arguments
Argument
arg
event_base
event_id
event_data
Examples
References
from
examples
Code
Location
Referrer
static
void
eth_on_got_ipv6
(
void
*
arg
,
esp_event_base_t
event_base
,
eth_connect.c:48
ESP_ERROR_CHECK
(
esp_event_handler_register
(
IP_EVENT
,
IP_EVENT_GOT_IP6
,
&
eth_on_got_ipv6
,
NULL
)
)
;
eth_connect.c:174
eth_start()
ESP_ERROR_CHECK
(
esp_event_handler_unregister
(
IP_EVENT
,
IP_EVENT_GOT_IP6
,
&
eth_on_got_ipv6
)
)
;
eth_connect.c:186
eth_stop()
Call Tree
from
examples
eth_on_got_ipv6()
calls 6 functions:
All items filtered out
eth_on_got_ipv6()
xQueueGenericSend()
esp_log_timestamp()
esp_log_write()
esp_netif_get_desc()
esp_netif_ip6_get_addr_type()
example_is_our_netif()
All items filtered out
Data Use
from
examples
eth_on_got_ipv6()
reads 13 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_netif_ip6_info_t::ip
ip_event_got_ip6_t::esp_netif
ip_event_got_ip6_t::ip6_info
esp_ip6_addr::addr
esp_ip6_addr_type_t::ESP_IP6_ADDR_IS_LINK_LOCAL
example_ipv6_addr_types_to_str
TAG
s_semph_get_ip6_addrs
All items filtered out
eth_on_got_ipv6()
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