Searched refs:et_src (Results 1 – 11 of 11) 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() 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 D | sandbox-raw.c | 110 memset(eth->et_src, 0x01, ARP_HLEN); in sb_eth_raw_recv()
|
/openbmc/u-boot/test/dm/ |
H A D | eth.c | 283 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 D | ping.c | 91 eth_hdr_size = net_update_ether(et, et->et_src, PROT_IP); in ping_receive()
|
H A D | arp.c | 165 eth_hdr_size = net_update_ether(et, et->et_src, PROT_ARP); in arp_receive()
|
H A D | cdp.c | 126 memcpy(et->et_src, net_ethaddr, 6); in cdp_send_trigger()
|
H A D | net.c | 1465 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 D | bootp.c | 160 ((struct ethernet_hdr *)net_rx_packet)->et_src, 6); in store_net_params()
|
/openbmc/u-boot/include/ |
H A D | net.h | 298 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 D | efi_selftest_snp.c | 109 boottime->copy_mem(p.eth_hdr.et_src, &net->mode->current_address, in send_dhcp_discover()
|
/openbmc/u-boot/lib/efi_loader/ |
H A D | efi_net.c | 507 memcpy(src_addr, eth_hdr->et_src, ARP_HLEN); in efi_net_receive()
|