Searched refs:eth_ret (Results 1 - 4 of 4) sorted by relevance

/barrelfish-master/include/lwip2/lwip/
H A Detharp.h79 struct eth_addr **eth_ret, const ip4_addr_t **ip_ret);
80 u8_t etharp_get_entry(u8_t i, ip4_addr_t **ipaddr, struct netif **netif, struct eth_addr **eth_ret);
/barrelfish-master/include/lwip/netif/
H A Detharp.h138 struct eth_addr **eth_ret, struct ip_addr **ip_ret);
/barrelfish-master/lib/lwip2/src/core/ipv4/
H A Detharp.c578 * @param eth_ret points to return pointer
584 struct eth_addr **eth_ret, const ip4_addr_t **ip_ret)
588 LWIP_ASSERT("eth_ret != NULL && ip_ret != NULL",
589 eth_ret != NULL && ip_ret != NULL);
595 *eth_ret = &arp_table[i].ethaddr;
608 * @param eth_ret return value: ETH address
612 etharp_get_entry(u8_t i, ip4_addr_t **ipaddr, struct netif **netif, struct eth_addr **eth_ret) argument
616 LWIP_ASSERT("eth_ret != NULL", eth_ret != NULL);
621 *eth_ret
583 etharp_find_addr(struct netif *netif, const ip4_addr_t *ipaddr, struct eth_addr **eth_ret, const ip4_addr_t **ip_ret) argument
[all...]
/barrelfish-master/lib/lwip/src/netif/
H A Detharp.c589 * @param eth_ret points to return pointer
595 struct eth_addr ** eth_ret, struct ip_addr ** ip_ret)
607 *eth_ret = &arp_table[i].ethaddr;
594 etharp_find_addr(struct netif * netif, struct ip_addr * ipaddr, struct eth_addr ** eth_ret, struct ip_addr ** ip_ret) argument

Completed in 36 milliseconds