Home
last modified time | relevance | path

Searched refs:ESP_ERR_ESP_NETIF_MLD6_FAILED (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/esp_netif/include/
Desp_netif_types.h34 #define ESP_ERR_ESP_NETIF_MLD6_FAILED ESP_ERR_ESP_NETIF_BASE + 0x0B macro
/hal_espressif-latest/components/esp_common/src/
Desp_err_to_name.c588 # ifdef ESP_ERR_ESP_NETIF_MLD6_FAILED
589 ERR_TBL_IT(ESP_ERR_ESP_NETIF_MLD6_FAILED), /* 20491 0x500b */
/hal_espressif-latest/components/esp_netif/lwip/
Desp_netif_lwip.c2479 error = ESP_ERR_ESP_NETIF_MLD6_FAILED;
2499 ESP_ERR_ESP_NETIF_MLD6_FAILED, TAG, "Failed to leave ip6 multicast group"); in esp_netif_join_ip6_multicast_group()