Home
last modified time | relevance | path

Searched refs:fake_host_ipaddr (Results 1 – 3 of 3) sorted by relevance

/u-boot/arch/sandbox/include/asm/
A Deth.h88 struct in_addr fake_host_ipaddr; member
/u-boot/drivers/net/
A Dsandbox.c81 priv->fake_host_ipaddr = net_read_ip(&arp->ar_tpa); in sandbox_eth_arp_req_to_reply()
96 net_write_ip(&arp_recv->ar_spa, priv->fake_host_ipaddr); in sandbox_eth_arp_req_to_reply()
152 net_write_ip((void *)&ipr->ip_src, priv->fake_host_ipaddr); in sandbox_eth_ping_req_to_reply()
195 net_write_ip(&arp_recv->ar_spa, priv->fake_host_ipaddr); in sandbox_eth_recv_arp_req()
237 net_write_ip(&ipr->ip_src, priv->fake_host_ipaddr); in sandbox_eth_recv_ping_req()
/u-boot/test/dm/
A Deth.c318 priv->fake_host_ipaddr = string_to_ip("1.1.2.4"); in sb_with_async_arp_handler()
403 priv->fake_host_ipaddr = string_to_ip("1.1.2.4"); in sb_with_async_ping_handler()

Completed in 8 milliseconds