ESP-IDF
+
0
/2 examples
SourceVu will show references to
esp_ip6_addr_type_t
from the following samples and libraries:
iperf sample
icmpv6_ping 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
ESP-IDF
esp_ip6_addr_type_t
esp_ip6_addr_type_t enum
Syntax
Show:
Summary
Declaration
from
esp_netif_ip_addr.h:131
enum
{
ESP_IP6_ADDR_IS_UNKNOWN
,
ESP_IP6_ADDR_IS_GLOBAL
,
ESP_IP6_ADDR_IS_LINK_LOCAL
,
ESP_IP6_ADDR_IS_SITE_LOCAL
,
ESP_IP6_ADDR_IS_UNIQUE_LOCAL
,
ESP_IP6_ADDR_IS_IPV4_MAPPED_IPV6
}
;
Values
Value
Declared as
esp_ip6_addr_type_t::ESP_IP6_ADDR_IS_UNKNOWN
esp_ip6_addr_type_t::ESP_IP6_ADDR_IS_GLOBAL
esp_ip6_addr_type_t::ESP_IP6_ADDR_IS_LINK_LOCAL
esp_ip6_addr_type_t::ESP_IP6_ADDR_IS_SITE_LOCAL
esp_ip6_addr_type_t::ESP_IP6_ADDR_IS_UNIQUE_LOCAL
esp_ip6_addr_type_t::ESP_IP6_ADDR_IS_IPV4_MAPPED_IPV6
Examples
esp_ip6_addr_type_t
is referenced by 2 libraries and example projects:
References
from
examples
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
Lifecycle
from
examples
All items filtered out
All items filtered out