Home
last modified time | relevance | path

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

/btstack/3rd-party/lwip/core/src/include/lwip/
H A Detharp.h98 err_t etharp_remove_static_entry(const ip4_addr_t *ipaddr);
/btstack/3rd-party/lwip/core/src/api/
H A Dnetifapi.c202 err = etharp_remove_static_entry(ipaddr); in netifapi_arp_remove()
/btstack/3rd-party/lwip/core/src/core/ipv4/
H A Detharp.c530 etharp_remove_static_entry(const ip4_addr_t *ipaddr) function