Searched refs:et_dest (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | sandbox.c | 92 memcpy(eth_recv->et_dest, eth->et_src, ARP_HLEN); in sb_eth_send() 131 memcpy(eth_recv->et_dest, eth->et_src, in sb_eth_send()
|
| H A D | sandbox-raw.c | 113 memcpy(eth->et_dest, pdata->enetaddr, ARP_HLEN); in sb_eth_raw_recv()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | net.h | 308 u8 et_dest[ARP_HLEN]; /* Destination node */ member 319 u8 et_dest[ARP_HLEN]; /* Destination node */ member
|
| /OK3568_Linux_fs/u-boot/net/ |
| H A D | arp.c | 219 memcpy(((struct ethernet_hdr *)net_tx_packet)->et_dest, in arp_receive()
|
| H A D | net.c | 1068 iscdp = is_cdp_packet(et->et_dest); in net_process_received_packet() 1399 memcpy(et->et_dest, dest_ethaddr, 6); in net_set_ether() 1419 memcpy(et->et_dest, addr, 6); in net_update_ether()
|
| H A D | cdp.c | 125 memcpy(et->et_dest, net_cdp_ethaddr, 6); in cdp_send_trigger()
|