Lines Matching refs:ea
118 struct ether_addr ea; in test_ether_multi() local
128 ea.octet[0] = 0x01; in test_ether_multi()
129 ea.octet[1] = 0x80; 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()
136 ea = *nep; in test_ether_multi()
147 memcpy(LLADDR(dlp), &ea, sizeof(struct ether_addr)); in test_ether_multi()
179 ether_ntoa(&ea)); in test_ether_multi()
190 memcpy(LLADDR(dlp), &ea, sizeof(struct ether_addr)); in test_ether_multi()