Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_netif/include/
Desp_netif.h1018 typedef esp_err_t (*esp_netif_callback_fn)(void *ctx); typedef
1026 esp_err_t esp_netif_tcpip_exec(esp_netif_callback_fn fn, void *ctx);
/hal_espressif-latest/components/esp_netif/lwip/
Desp_netif_lwip_internal.h27 esp_netif_callback_fn user_fn;
Desp_netif_lwip.c268 static inline esp_err_t esp_netif_lwip_ipc_call_fn(esp_netif_api_fn fn, esp_netif_callback_fn user_… in esp_netif_lwip_ipc_call_fn()
695 esp_err_t esp_netif_tcpip_exec(esp_netif_callback_fn fn, void*ctx) in esp_netif_tcpip_exec()