Home
last modified time | relevance | path

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

/lib/liblwip/test/unit/etharp/
Dtest_etharp.c225 err = etharp_remove_static_entry(&adrs[ARP_TABLE_SIZE+1]); in START_TEST()
240 err = etharp_remove_static_entry(&adrs[ARP_TABLE_SIZE]); in START_TEST()
/lib/liblwip/src/include/netif/
Detharp.h197 err_t etharp_remove_static_entry(ip_addr_t *ipaddr);
/lib/liblwip/src/netif/
Detharp.c551 etharp_remove_static_entry(ip_addr_t *ipaddr) function