Home
last modified time | relevance | path

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

/u-boot/drivers/net/
A Dsandbox.c85 memcpy(eth_recv->et_dest, eth->et_src, ARP_HLEN); in sandbox_eth_arp_req_to_reply()
147 memcpy(eth_recv->et_dest, eth->et_src, ARP_HLEN); in sandbox_eth_ping_req_to_reply()
184 memcpy(eth_recv->et_dest, net_bcast_ethaddr, ARP_HLEN); in sandbox_eth_recv_arp_req()
227 memcpy(eth_recv->et_dest, net_ethaddr, ARP_HLEN); in sandbox_eth_recv_ping_req()
A Dsandbox-raw.c112 memcpy(eth->et_dest, pdata->enetaddr, ARP_HLEN); in sb_eth_raw_recv()
/u-boot/test/dm/
A Deth.c287 ut_asserteq_mem(eth->et_dest, 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()
/u-boot/test/log/
A Dsyslog_test.c37 ut_asserteq_mem(&eth_hdr->et_dest, net_bcast_ethaddr, ARP_HLEN); in sb_log_tx_handler()
/u-boot/net/
A Darp.c225 memcpy(((struct ethernet_hdr *)net_tx_packet)->et_dest, in arp_receive()
A Dcdp.c125 memcpy(et->et_dest, net_cdp_ethaddr, 6); in cdp_send_trigger()
A Dnet.c1108 iscdp = is_cdp_packet(et->et_dest); in net_process_received_packet()
1437 memcpy(et->et_dest, dest_ethaddr, 6); in net_set_ether()
1457 memcpy(et->et_dest, addr, 6); in net_update_ether()
/u-boot/include/
A Dnet.h322 u8 et_dest[ARP_HLEN]; /* Destination node */ member
333 u8 et_dest[ARP_HLEN]; /* Destination node */ member
/u-boot/lib/efi_loader/
A Defi_net.c537 memcpy(header->et_dest, dest_addr, ARP_HLEN); in efi_net_transmit()
626 memcpy(dest_addr, eth_hdr->et_dest, ARP_HLEN); in efi_net_receive()
/u-boot/lib/efi_selftest/
A Defi_selftest_snp.c109 boottime->copy_mem(p.eth_hdr.et_dest, (void *)BROADCAST_MAC, ARP_HLEN); in send_dhcp_discover()

Completed in 15 milliseconds