ESP-IDF
esp_wifi_nan_get_ipv6_linklocal_from_mac()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_wifi_nan_get_ipv6_linklocal_from_mac()
esp_wifi_nan_get_ipv6_linklocal_from_mac() function
Get IPv6 Link Local address using MAC address
Syntax
Show:
Summary
Declaration
Definition
from
esp_nan.h:159
void
esp_wifi_nan_get_ipv6_linklocal_from_mac
(
ip6_addr_t
*
ip6
,
uint8_t
*
mac_addr
)
;
Implemented in
nan_app.c:85
Arguments
Argument
Description
ip6
Derived IPv6 Link Local address.
mac_addr
Input MAC Address.
Related Functions
Found 10 other functions taking a
ip6_addr
argument:
Function
Description
esp_openthread_get_nat64_prefix()
This function acquires the NAT64 prefix in the Thread network.
lwip_hook_ip6_select_source_address()
esp_openthread_get_dnsserver_addr()
This function acquires the main DNS server address for OpenThread netif.
esp_openthread_get_dnsserver_addr_with_type()
This function acquires the DNS server address for OpenThread netif.
esp_openthread_set_dnsserver_addr()
This function configures the main DNS server address for OpenThread netif.
esp_openthread_set_dnsserver_addr_with_type()
This function configures the DNS server address for OpenThread netif.
openthread_output_ip6()
openthread_netif_multicast_handler()
handle_udp_recv()
is_addr_ip6_any()
Examples
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