Home
last modified time | relevance | path

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

/btstack/3rd-party/lwip/core/src/include/lwip/
H A Detharp.h97 err_t etharp_add_static_entry(const ip4_addr_t *ipaddr, struct eth_addr *ethaddr);
/btstack/3rd-party/lwip/core/src/api/
H A Dnetifapi.c172 err = etharp_add_static_entry(ipaddr, ethaddr); in netifapi_arp_add()
/btstack/3rd-party/lwip/core/src/core/ipv4/
H A Detharp.c504 etharp_add_static_entry(const ip4_addr_t *ipaddr, struct eth_addr *ethaddr) function