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

/vbox/src/VBox/Devices/Network/lwip/src/netif/
H A Detharp.c442 * @param ip_ret points to return pointer
447 struct eth_addr **eth_ret, struct ip_addr **ip_ret)
459 *ip_ret = &arp_table[i].ipaddr;
446 etharp_find_addr(struct netif *netif, struct ip_addr *ipaddr, struct eth_addr **eth_ret, struct ip_addr **ip_ret) argument
/vbox/src/VBox/Devices/Network/lwip-new/src/netif/
H A Detharp.c603 * @param ip_ret points to return pointer
608 struct eth_addr **eth_ret, ip_addr_t **ip_ret)
612 LWIP_ASSERT("eth_ret != NULL && ip_ret != NULL",
613 eth_ret != NULL && ip_ret != NULL);
620 *ip_ret = &arp_table[i].ipaddr;
607 etharp_find_addr(struct netif *netif, ip_addr_t *ipaddr, struct eth_addr **eth_ret, ip_addr_t **ip_ret) argument

Completed in 46 milliseconds