Lines Matching refs:mac
55 uint8_t mac[ETH_ALEN + sizeof(uint32_t)];
57 &mac[0], &mac[1], &mac[2], &mac[3], &mac[4], &mac[5]) != ETH_ALEN) { // mac address
59 if (memset_s(mac, sizeof(mac), 0, sizeof(mac)) != EOK) {
70 if (memcpy_s(m_localMacAddr, ETH_ALEN, mac, ETH_ALEN) != EOK) {