Home
last modified time | relevance | path

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

/u-boot/drivers/net/
A Dsandbox.c86 memcpy(eth_recv->et_src, priv->fake_host_hwaddr, ARP_HLEN); in sandbox_eth_arp_req_to_reply()
95 memcpy(&arp_recv->ar_sha, priv->fake_host_hwaddr, ARP_HLEN); in sandbox_eth_arp_req_to_reply()
148 memcpy(eth_recv->et_src, priv->fake_host_hwaddr, ARP_HLEN); in sandbox_eth_ping_req_to_reply()
185 memcpy(eth_recv->et_src, priv->fake_host_hwaddr, ARP_HLEN); in sandbox_eth_recv_arp_req()
194 memcpy(&arp_recv->ar_sha, priv->fake_host_hwaddr, ARP_HLEN); in sandbox_eth_recv_arp_req()
228 memcpy(eth_recv->et_src, priv->fake_host_hwaddr, ARP_HLEN); in sandbox_eth_recv_ping_req()
431 memcpy(priv->fake_host_hwaddr, mac, ARP_HLEN); in sb_eth_of_to_plat()
/u-boot/arch/sandbox/include/asm/
A Deth.h87 uchar fake_host_hwaddr[ARP_HLEN]; member
/u-boot/test/dm/
A Deth.c287 ut_asserteq_mem(eth->et_dest, priv->fake_host_hwaddr, ARP_HLEN); in sb_check_arp_reply()
296 ut_asserteq_mem(&arp->ar_tha, priv->fake_host_hwaddr, ARP_HLEN); in sb_check_arp_reply()
378 ut_asserteq_mem(eth->et_dest, priv->fake_host_hwaddr, ARP_HLEN); in sb_check_ping_reply()

Completed in 4 milliseconds