pub unsafe extern "C" fn esp_netif_get_all_ip6(
    esp_netif: *mut esp_netif_t,
    if_ip6: *mut esp_ip6_addr_t
) -> c_int
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