Home
last modified time | relevance | path

Searched refs:et_dest (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/net/
H A Dsandbox.c92 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 Dsandbox-raw.c113 memcpy(eth->et_dest, pdata->enetaddr, ARP_HLEN); in sb_eth_raw_recv()
/OK3568_Linux_fs/u-boot/include/
H A Dnet.h308 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 Darp.c219 memcpy(((struct ethernet_hdr *)net_tx_packet)->et_dest, in arp_receive()
H A Dnet.c1068 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 Dcdp.c125 memcpy(et->et_dest, net_cdp_ethaddr, 6); in cdp_send_trigger()