Lines Matching refs:temp_addr
6201 uint8 temp_addr[ETHER_ADDR_LEN]; in dhd_rx_frame() local
6204 memcpy(temp_addr, local_eh->ether_dhost, in dhd_rx_frame()
6208 memcpy(local_eh->ether_shost, temp_addr, in dhd_rx_frame()
6223 uint8 temp_addr[ETHER_ADDR_LEN]; in dhd_rx_frame() local
6226 memcpy(temp_addr, local_eh->ether_dhost, in dhd_rx_frame()
6230 memcpy(local_eh->ether_shost, temp_addr, in dhd_rx_frame()
16851 uint8 temp_addr[ETHER_ADDR_LEN] = { 0x00, 0x90, 0x4c, 0x11, 0x22, 0x33 }; in dhd_register_if() local
16875 memcpy(temp_addr, dhd->pub.mac.octet, ETHER_ADDR_LEN); in dhd_register_if()
16880 memcpy(temp_addr, ifp->mac_addr, ETHER_ADDR_LEN); in dhd_register_if()
16887 if (!memcmp(temp_addr, dhd->iflist[0]->mac_addr, in dhd_register_if()
16891 temp_addr[0] |= 0x02; in dhd_register_if()
16940 temp_addr[4] ^= 0x80; in dhd_register_if()
16941 temp_addr[4] += ifidx; in dhd_register_if()
16942 temp_addr[5] += ifidx; in dhd_register_if()
16949 dev_addr_set(net, temp_addr); in dhd_register_if()