Searched refs:etharp_get_entry (Results 1 - 3 of 3) sorted by relevance

/barrelfish-master/include/lwip2/lwip/
H A Detharp.h80 u8_t etharp_get_entry(u8_t i, ip4_addr_t **ipaddr, struct netif **netif, struct eth_addr **eth_ret);
/barrelfish-master/lib/lwip2/src/apps/snmp/
H A Dsnmp_mib2_ip.c503 etharp_get_entry(arp_table_index, &ip, &netif, &ethaddr);
549 if (etharp_get_entry(i, &ip, &netif, &ethaddr)) {
577 if (etharp_get_entry(i, &ip, &netif, &ethaddr)) {
/barrelfish-master/lib/lwip2/src/core/ipv4/
H A Detharp.c612 etharp_get_entry(u8_t i, ip4_addr_t **ipaddr, struct netif **netif, struct eth_addr **eth_ret) function

Completed in 46 milliseconds