Searched refs:et_src (Results 1 – 10 of 10) sorted by relevance
/external/u-boot/drivers/net/ |
D | sandbox.c | 91 memcpy(eth_recv->et_dest, eth->et_src, ARP_HLEN); in sb_eth_send() 92 memcpy(eth_recv->et_src, priv->fake_host_hwaddr, in sb_eth_send() 130 memcpy(eth_recv->et_dest, eth->et_src, in sb_eth_send() 132 memcpy(eth_recv->et_src, priv->fake_host_hwaddr, in sb_eth_send()
|
D | sandbox-raw.c | 113 memset(eth->et_src, 0x01, ARP_HLEN); in sb_eth_raw_recv()
|
/external/u-boot/net/ |
D | ping.c | 95 eth_hdr_size = net_update_ether(et, et->et_src, PROT_IP); in ping_receive()
|
D | arp.c | 165 eth_hdr_size = net_update_ether(et, et->et_src, PROT_ARP); in arp_receive()
|
D | cdp.c | 126 memcpy(et->et_src, net_ethaddr, 6); in cdp_send_trigger()
|
D | net.c | 1420 memcpy(et->et_src, net_ethaddr, 6); in net_set_ether() 1440 memcpy(et->et_src, net_ethaddr, 6); in net_update_ether()
|
D | bootp.c | 160 ((struct ethernet_hdr *)net_rx_packet)->et_src, 6); in store_net_params()
|
/external/u-boot/include/ |
D | net.h | 306 u8 et_src[ARP_HLEN]; /* Source node */ member 317 u8 et_src[ARP_HLEN]; /* Source node */ member
|
/external/u-boot/lib/efi_selftest/ |
D | efi_selftest_snp.c | 109 boottime->copy_mem(p.eth_hdr.et_src, &net->mode->current_address, in send_dhcp_discover()
|
/external/u-boot/lib/efi_loader/ |
D | efi_net.c | 264 memcpy(src_addr, eth_hdr->et_src, ARP_HLEN); in efi_net_receive()
|