Home
last modified time | relevance | path

Searched refs:et_dest (Results 1 – 9 of 9) sorted by relevance

/openbmc/u-boot/drivers/net/
H A Dsandbox.c83 memcpy(eth_recv->et_dest, eth->et_src, ARP_HLEN); in sandbox_eth_arp_req_to_reply()
145 memcpy(eth_recv->et_dest, eth->et_src, ARP_HLEN); in sandbox_eth_ping_req_to_reply()
182 memcpy(eth_recv->et_dest, net_bcast_ethaddr, ARP_HLEN); in sandbox_eth_recv_arp_req()
225 memcpy(eth_recv->et_dest, net_ethaddr, ARP_HLEN); in sandbox_eth_recv_ping_req()
H A Dsandbox-raw.c109 memcpy(eth->et_dest, pdata->enetaddr, ARP_HLEN); in sb_eth_raw_recv()
/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()
375 ut_assert(memcmp(eth->et_dest, priv->fake_host_hwaddr, ARP_HLEN) == 0); in sb_check_ping_reply()
/openbmc/u-boot/include/
H A Dnet.h297 u8 et_dest[ARP_HLEN]; /* Destination node */ member
308 u8 et_dest[ARP_HLEN]; /* Destination node */ member
/openbmc/u-boot/net/
H A Darp.c221 memcpy(((struct ethernet_hdr *)net_tx_packet)->et_dest, in arp_receive()
H A Dnet.c1120 iscdp = is_cdp_packet(et->et_dest); in net_process_received_packet()
1464 memcpy(et->et_dest, dest_ethaddr, 6); in net_set_ether()
1484 memcpy(et->et_dest, addr, 6); in net_update_ether()
H A Dcdp.c125 memcpy(et->et_dest, net_cdp_ethaddr, 6); in cdp_send_trigger()
/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_snp.c108 boottime->copy_mem(p.eth_hdr.et_dest, (void *)BROADCAST_MAC, ARP_HLEN); in send_dhcp_discover()
/openbmc/u-boot/lib/efi_loader/
H A Defi_net.c505 memcpy(dest_addr, eth_hdr->et_dest, ARP_HLEN); in efi_net_receive()