Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/
Detharp.h92 err_t etharp_add_static_entry(const ip4_addr_t *ipaddr, struct eth_addr *ethaddr);
/third_party/lwip/test/unit/etharp/
Dtest_etharp.c189 err = etharp_add_static_entry(&adrs[ARP_TABLE_SIZE], &test_ethaddr3); in START_TEST()
228 err = etharp_add_static_entry(&adrs[ARP_TABLE_SIZE+1], &test_ethaddr4); in START_TEST()
/third_party/lwip/src/api/
Dnetifapi.c172 err = etharp_add_static_entry(ipaddr, ethaddr); in netifapi_arp_add()
/third_party/lwip/src/core/ipv4/
Detharp.c503 etharp_add_static_entry(const ip4_addr_t *ipaddr, struct eth_addr *ethaddr) function