Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A Dsandbox.c84 memcpy(eth_recv->et_src, priv->fake_host_hwaddr, ARP_HLEN); in sandbox_eth_arp_req_to_reply()
93 memcpy(&arp_recv->ar_sha, priv->fake_host_hwaddr, ARP_HLEN); in sandbox_eth_arp_req_to_reply()
146 memcpy(eth_recv->et_src, priv->fake_host_hwaddr, ARP_HLEN); in sandbox_eth_ping_req_to_reply()
183 memcpy(eth_recv->et_src, priv->fake_host_hwaddr, ARP_HLEN); in sandbox_eth_recv_arp_req()
192 memcpy(&arp_recv->ar_sha, priv->fake_host_hwaddr, ARP_HLEN); in sandbox_eth_recv_arp_req()
226 memcpy(eth_recv->et_src, priv->fake_host_hwaddr, ARP_HLEN); in sandbox_eth_recv_ping_req()
429 memcpy(priv->fake_host_hwaddr, mac, ARP_HLEN); in sb_eth_ofdata_to_platdata()
/openbmc/u-boot/test/dm/
H A Deth.c284 ut_assert(memcmp(eth->et_dest, priv->fake_host_hwaddr, ARP_HLEN) == 0); in sb_check_arp_reply()
293 ut_assert(memcmp(&arp->ar_tha, priv->fake_host_hwaddr, ARP_HLEN) == 0); in sb_check_arp_reply()
375 ut_assert(memcmp(eth->et_dest, priv->fake_host_hwaddr, ARP_HLEN) == 0); in sb_check_ping_reply()
/openbmc/u-boot/arch/sandbox/include/asm/
H A Deth.h85 uchar fake_host_hwaddr[ARP_HLEN]; member