Home
last modified time | relevance | path

Searched refs:et_src (Results 1 – 11 of 11) 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()
86 memcpy(eth_recv->et_src, priv->fake_host_hwaddr, 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()
148 memcpy(eth_recv->et_src, priv->fake_host_hwaddr, ARP_HLEN); in sandbox_eth_ping_req_to_reply()
185 memcpy(eth_recv->et_src, priv->fake_host_hwaddr, ARP_HLEN); in sandbox_eth_recv_arp_req()
228 memcpy(eth_recv->et_src, priv->fake_host_hwaddr, ARP_HLEN); in sandbox_eth_recv_ping_req()
A Dsandbox-raw.c113 memset(eth->et_src, 0x01, ARP_HLEN); in sb_eth_raw_recv()
/u-boot/net/
A Dping.c96 eth_hdr_size = net_update_ether(et, et->et_src, PROT_IP); in ping_receive()
A Darp.c169 eth_hdr_size = net_update_ether(et, et->et_src, PROT_ARP); in arp_receive()
A Dcdp.c126 memcpy(et->et_src, net_ethaddr, 6); in cdp_send_trigger()
A Dnet.c1438 memcpy(et->et_src, net_ethaddr, 6); in net_set_ether()
1458 memcpy(et->et_src, net_ethaddr, 6); in net_update_ether()
A Dbootp.c163 ((struct ethernet_hdr *)net_rx_packet)->et_src, 6); in store_bootp_params()
/u-boot/test/dm/
A Deth.c286 ut_asserteq_mem(eth->et_src, net_ethaddr, ARP_HLEN); in sb_check_arp_reply()
377 ut_asserteq_mem(eth->et_src, net_ethaddr, ARP_HLEN); in sb_check_ping_reply()
/u-boot/include/
A Dnet.h323 u8 et_src[ARP_HLEN]; /* Source node */ member
334 u8 et_src[ARP_HLEN]; /* Source node */ member
/u-boot/lib/efi_loader/
A Defi_net.c538 memcpy(header->et_src, src_addr, ARP_HLEN); in efi_net_transmit()
628 memcpy(src_addr, eth_hdr->et_src, ARP_HLEN); in efi_net_receive()
/u-boot/lib/efi_selftest/
A Defi_selftest_snp.c110 boottime->copy_mem(p.eth_hdr.et_src, &net->mode->current_address, in send_dhcp_discover()

Completed in 15 milliseconds