Function esp_idf_hal::sys::esp_netif_get_all_ip6
source ยท pub unsafe extern "C" fn esp_netif_get_all_ip6(
esp_netif: *mut esp_netif_obj,
if_ip6: *mut esp_ip6_addr,
) -> i32
Expand description
@brief Get all IPv6 addresses of the specified interface
@param[in] esp_netif Handle to esp-netif instance @param[out] if_ip6 Array of IPv6 addresses will be copied to the argument
@return number of returned IPv6 addresses