Searched refs:mac4 (Results 1 – 2 of 2) sorted by relevance
124 uint32_t mac4; in test_ether_multi() local127 mac4 = random(); in test_ether_multi()130 ea.octet[2] = ((mac4 >> 24 & 0xFF)); in test_ether_multi()131 ea.octet[3] = ((mac4 >> 16 & 0xFF)); in test_ether_multi()132 ea.octet[4] = ((mac4 >> 8 & 0xFF)); in test_ether_multi()133 ea.octet[5] = (mac4 & 0xFF); in test_ether_multi()
365 unsigned char mac4[ETHER_ADDR_LEN] = {0x01, 0x00, 0x5E, ip[2] & 0x7F, ip[1], in irdma_mcast_mac_v4() local368 ether_addr_copy(mac, mac4); in irdma_mcast_mac_v4()