Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_netif/lwip/
Desp_netif_sntp.c88 esp_netif_tcpip_exec(renew_servers_api, NULL); in esp_netif_sntp_renew_servers()
118 …ESP_GOTO_ON_ERROR(esp_netif_tcpip_exec(sntp_init_api, (void*)config), err, TAG, "Failed initialize… in esp_netif_sntp_init()
139 esp_netif_tcpip_exec(sntp_stop_api, NULL); in esp_netif_sntp_deinit()
178 return esp_netif_tcpip_exec(sntp_start_api, NULL); in esp_netif_sntp_start()
Desp_netif_lwip.c695 esp_err_t esp_netif_tcpip_exec(esp_netif_callback_fn fn, void*ctx) in esp_netif_tcpip_exec() function
/hal_espressif-latest/components/esp_netif/include/
Desp_netif.h1026 esp_err_t esp_netif_tcpip_exec(esp_netif_callback_fn fn, void *ctx);