Searched refs:etharp_remove_static_entry (Results 1 – 4 of 4) sorted by relevance
93 err_t etharp_remove_static_entry(const ip4_addr_t *ipaddr);
235 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()
202 err = etharp_remove_static_entry(ipaddr); in netifapi_arp_remove()
529 etharp_remove_static_entry(const ip4_addr_t *ipaddr) function