Home
last modified time | relevance | path

Searched refs:et_src (Results 1 – 8 of 8) 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()
93 memcpy(eth_recv->et_src, priv->fake_host_hwaddr, in sb_eth_send()
131 memcpy(eth_recv->et_dest, eth->et_src, in sb_eth_send()
133 memcpy(eth_recv->et_src, priv->fake_host_hwaddr, in sb_eth_send()
H A Dsandbox-raw.c114 memset(eth->et_src, 0x01, ARP_HLEN); in sb_eth_raw_recv()
/OK3568_Linux_fs/u-boot/net/
H A Dping.c95 eth_hdr_size = net_update_ether(et, et->et_src, PROT_IP); in ping_receive()
H A Darp.c165 eth_hdr_size = net_update_ether(et, et->et_src, PROT_ARP); in arp_receive()
H A Dcdp.c126 memcpy(et->et_src, net_ethaddr, 6); in cdp_send_trigger()
H A Dnet.c1400 memcpy(et->et_src, net_ethaddr, 6); in net_set_ether()
1420 memcpy(et->et_src, net_ethaddr, 6); in net_update_ether()
H A Dbootp.c156 ((struct ethernet_hdr *)net_rx_packet)->et_src, 6); in store_net_params()
/OK3568_Linux_fs/u-boot/include/
H A Dnet.h309 u8 et_src[ARP_HLEN]; /* Source node */ member
320 u8 et_src[ARP_HLEN]; /* Source node */ member