Searched refs:et_src (Results 1 – 8 of 8) 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() 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 D | sandbox-raw.c | 114 memset(eth->et_src, 0x01, ARP_HLEN); in sb_eth_raw_recv()
|
| /OK3568_Linux_fs/u-boot/net/ |
| H A D | ping.c | 95 eth_hdr_size = net_update_ether(et, et->et_src, PROT_IP); in ping_receive()
|
| H A D | arp.c | 165 eth_hdr_size = net_update_ether(et, et->et_src, PROT_ARP); in arp_receive()
|
| H A D | cdp.c | 126 memcpy(et->et_src, net_ethaddr, 6); in cdp_send_trigger()
|
| H A D | net.c | 1400 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 D | bootp.c | 156 ((struct ethernet_hdr *)net_rx_packet)->et_src, 6); in store_net_params()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | net.h | 309 u8 et_src[ARP_HLEN]; /* Source node */ member 320 u8 et_src[ARP_HLEN]; /* Source node */ member
|