mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 12:35:28 +00:00
lwip: Enable IPv6 stateless address autoconfiguration
This commit is contained in:
@@ -60,6 +60,15 @@ esp_err_t tcpip_adapter_get_ip_info(tcpip_adapter_if_t tcpip_if, tcpip_adapter_i
|
||||
*/
|
||||
esp_err_t tcpip_adapter_get_ip6_linklocal(tcpip_adapter_if_t tcpip_if, ip6_addr_t *if_ip6);
|
||||
|
||||
/**
|
||||
* @brief Translates to esp_netif_get_ip6_global
|
||||
*
|
||||
* @param tcpip_if Interface type corresponding to appropriate instance of esp-netif
|
||||
* @param if_ip6 See esp_netif_get_ip6_global
|
||||
* @return See esp_netif_get_ip6_global
|
||||
*/
|
||||
esp_err_t tcpip_adapter_get_ip6_global(tcpip_adapter_if_t tcpip_if, ip6_addr_t *if_ip6);
|
||||
|
||||
/**
|
||||
* @brief`Translates to esp_netif_dhcpc_get_status
|
||||
* @param tcpip_if Interface type corresponding to appropriate instance of esp-netif
|
||||
|
Reference in New Issue
Block a user