/* * SPDX-FileCopyrightText: 2021-2023 Espressif Systems (Shanghai) CO LTD * * SPDX-License-Identifier: Apache-2.0 *//* ... */#pragmaonce#include"esp_openthread.h"#include"openthread/ip6.h"#include"openthread/instance.h"#ifdef__cplusplusextern"C"{#endif/** * @brief This function updates the netif fds and timeouts to the main loop. * * @param[inout] mainloop The main loop context. * *//* ... */voidesp_openthread_netif_glue_update(esp_openthread_mainloop_context_t*mainloop);/** * @brief This function performs the netif process. * * @param[in] instance The OpenThread instance. * @param[in] mainloop The main loop context. * * @return * - ESP_OK on success * - ESP_FAIL on OpenThread failure * - ESP_ERR_NO_MEM on memory allocation failure * *//* ... */esp_err_tesp_openthread_netif_glue_process(otInstance*instance,constesp_openthread_mainloop_context_t*mainloop);/** * @brief This function judges the target address is openthread mesh local or not. * * @param[in] address The address. * * @return * - True if the address is openthread mesh local, otherwise false * *//* ... */boolis_openthread_internal_mesh_local_addr(constotIp6Address*address);#ifdef__cplusplus}{...}#endif
Details
Show: from
Types: Columns:
All items filtered out
All items filtered out
This file uses the notable symbols shown below. Click anywhere in the file to view more details.