Searched refs:et_dest (Results 1 – 8 of 8) sorted by relevance
/external/u-boot/drivers/net/ |
D | sandbox.c | 91 memcpy(eth_recv->et_dest, eth->et_src, ARP_HLEN); in sb_eth_send() 130 memcpy(eth_recv->et_dest, eth->et_src, in sb_eth_send()
|
D | sandbox-raw.c | 112 memcpy(eth->et_dest, pdata->enetaddr, ARP_HLEN); in sb_eth_raw_recv()
|
/external/u-boot/include/ |
D | net.h | 305 u8 et_dest[ARP_HLEN]; /* Destination node */ member 316 u8 et_dest[ARP_HLEN]; /* Destination node */ member
|
/external/u-boot/net/ |
D | arp.c | 220 memcpy(((struct ethernet_hdr *)net_tx_packet)->et_dest, in arp_receive()
|
D | net.c | 1083 iscdp = is_cdp_packet(et->et_dest); in net_process_received_packet() 1419 memcpy(et->et_dest, dest_ethaddr, 6); in net_set_ether() 1439 memcpy(et->et_dest, addr, 6); in net_update_ether()
|
D | cdp.c | 125 memcpy(et->et_dest, net_cdp_ethaddr, 6); in cdp_send_trigger()
|
/external/u-boot/lib/efi_selftest/ |
D | efi_selftest_snp.c | 108 boottime->copy_mem(p.eth_hdr.et_dest, (void *)BROADCAST_MAC, ARP_HLEN); in send_dhcp_discover()
|
/external/u-boot/lib/efi_loader/ |
D | efi_net.c | 262 memcpy(dest_addr, eth_hdr->et_dest, ARP_HLEN); in efi_net_receive()
|