Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_netif/lwip/
Desp_netif_lwip.c190 static void netif_send_garp(void *arg) in netif_send_garp() function
196 sys_timeout(CONFIG_LWIP_GARP_TMR_INTERVAL*1000, netif_send_garp, netif); in netif_send_garp()
201 sys_timeout(CONFIG_LWIP_GARP_TMR_INTERVAL*1000, netif_send_garp, netif); in netif_set_garp_flag()
206 sys_untimeout(netif_send_garp, netif); in netif_unset_garp_flag()