Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/
Detharp.h93 err_t etharp_remove_static_entry(const ip4_addr_t *ipaddr);
/third_party/lwip/test/unit/etharp/
Dtest_etharp.c235 err = etharp_remove_static_entry(&adrs[ARP_TABLE_SIZE+1]); in START_TEST()
250 err = etharp_remove_static_entry(&adrs[ARP_TABLE_SIZE]); in START_TEST()
/third_party/lwip/src/api/
Dnetifapi.c202 err = etharp_remove_static_entry(ipaddr); in netifapi_arp_remove()
/third_party/lwip/src/core/ipv4/
Detharp.c529 etharp_remove_static_entry(const ip4_addr_t *ipaddr) function