Searched refs:et_dest (Results 1 – 9 of 9) sorted by relevance
/openbmc/u-boot/drivers/net/ |
H A D | sandbox.c | 83 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 D | sandbox-raw.c | 109 memcpy(eth->et_dest, pdata->enetaddr, ARP_HLEN); in sb_eth_raw_recv()
|
/openbmc/u-boot/test/dm/ |
H A D | eth.c | 284 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 D | net.h | 297 u8 et_dest[ARP_HLEN]; /* Destination node */ member 308 u8 et_dest[ARP_HLEN]; /* Destination node */ member
|
/openbmc/u-boot/net/ |
H A D | arp.c | 221 memcpy(((struct ethernet_hdr *)net_tx_packet)->et_dest, in arp_receive()
|
H A D | net.c | 1120 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 D | cdp.c | 125 memcpy(et->et_dest, net_cdp_ethaddr, 6); in cdp_send_trigger()
|
/openbmc/u-boot/lib/efi_selftest/ |
H A D | efi_selftest_snp.c | 108 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 D | efi_net.c | 505 memcpy(dest_addr, eth_hdr->et_dest, ARP_HLEN); in efi_net_receive()
|