Searched refs:et_src (Results 1 – 11 of 11) sorted by relevance
/u-boot/drivers/net/ |
A D | sandbox.c | 85 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 D | sandbox-raw.c | 113 memset(eth->et_src, 0x01, ARP_HLEN); in sb_eth_raw_recv()
|
/u-boot/net/ |
A D | ping.c | 96 eth_hdr_size = net_update_ether(et, et->et_src, PROT_IP); in ping_receive()
|
A D | arp.c | 169 eth_hdr_size = net_update_ether(et, et->et_src, PROT_ARP); in arp_receive()
|
A D | cdp.c | 126 memcpy(et->et_src, net_ethaddr, 6); in cdp_send_trigger()
|
A D | net.c | 1438 memcpy(et->et_src, net_ethaddr, 6); in net_set_ether() 1458 memcpy(et->et_src, net_ethaddr, 6); in net_update_ether()
|
A D | bootp.c | 163 ((struct ethernet_hdr *)net_rx_packet)->et_src, 6); in store_bootp_params()
|
/u-boot/test/dm/ |
A D | eth.c | 286 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 D | net.h | 323 u8 et_src[ARP_HLEN]; /* Source node */ member 334 u8 et_src[ARP_HLEN]; /* Source node */ member
|
/u-boot/lib/efi_loader/ |
A D | efi_net.c | 538 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 D | efi_selftest_snp.c | 110 boottime->copy_mem(p.eth_hdr.et_src, &net->mode->current_address, in send_dhcp_discover()
|
Completed in 17 milliseconds