Home
last modified time | relevance | path

Searched refs:et_src (Results 1 – 11 of 11) 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()
84 memcpy(eth_recv->et_src, priv->fake_host_hwaddr, 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()
146 memcpy(eth_recv->et_src, priv->fake_host_hwaddr, ARP_HLEN); in sandbox_eth_ping_req_to_reply()
183 memcpy(eth_recv->et_src, priv->fake_host_hwaddr, ARP_HLEN); in sandbox_eth_recv_arp_req()
226 memcpy(eth_recv->et_src, priv->fake_host_hwaddr, ARP_HLEN); in sandbox_eth_recv_ping_req()
H A Dsandbox-raw.c110 memset(eth->et_src, 0x01, ARP_HLEN); in sb_eth_raw_recv()
/openbmc/u-boot/test/dm/
H A Deth.c283 ut_assert(memcmp(eth->et_src, net_ethaddr, ARP_HLEN) == 0); in sb_check_arp_reply()
374 ut_assert(memcmp(eth->et_src, net_ethaddr, ARP_HLEN) == 0); in sb_check_ping_reply()
/openbmc/u-boot/net/
H A Dping.c91 eth_hdr_size = net_update_ether(et, et->et_src, PROT_IP); in ping_receive()
H A Darp.c165 eth_hdr_size = net_update_ether(et, et->et_src, PROT_ARP); in arp_receive()
H A Dcdp.c126 memcpy(et->et_src, net_ethaddr, 6); in cdp_send_trigger()
H A Dnet.c1465 memcpy(et->et_src, net_ethaddr, 6); in net_set_ether()
1485 memcpy(et->et_src, net_ethaddr, 6); in net_update_ether()
H A Dbootp.c160 ((struct ethernet_hdr *)net_rx_packet)->et_src, 6); in store_net_params()
/openbmc/u-boot/include/
H A Dnet.h298 u8 et_src[ARP_HLEN]; /* Source node */ member
309 u8 et_src[ARP_HLEN]; /* Source node */ member
/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_snp.c109 boottime->copy_mem(p.eth_hdr.et_src, &net->mode->current_address, in send_dhcp_discover()
/openbmc/u-boot/lib/efi_loader/
H A Defi_net.c507 memcpy(src_addr, eth_hdr->et_src, ARP_HLEN); in efi_net_receive()