Home
last modified time | relevance | path

Searched refs:ip_ret (Results 1 - 2 of 2) sorted by relevance

/third_party/lwip/src/include/lwip/
H A Detharp.h79 struct eth_addr **eth_ret, const ip4_addr_t **ip_ret);
/third_party/lwip/src/core/ipv4/
H A Detharp.c611 * @param ip_ret points to return pointer
616 struct eth_addr **eth_ret, const ip4_addr_t **ip_ret)
620 LWIP_ASSERT("eth_ret != NULL && ip_ret != NULL",
621 eth_ret != NULL && ip_ret != NULL);
628 *ip_ret = &arp_table[i].ipaddr;
615 etharp_find_addr(struct netif *netif, const ip4_addr_t *ipaddr, struct eth_addr **eth_ret, const ip4_addr_t **ip_ret) global() argument

Completed in 2 milliseconds