Home
last modified time | relevance | path

Searched refs:ll_addr_bytes (Results 1 – 1 of 1) sorted by relevance

/external/syslinux/gpxe/src/net/
Dethernet.c135 uint8_t *ll_addr_bytes = ll_addr; in eth_mc_hash() local
139 ll_addr_bytes[0] = 0x01; in eth_mc_hash()
140 ll_addr_bytes[1] = 0x00; in eth_mc_hash()
141 ll_addr_bytes[2] = 0x5e; in eth_mc_hash()
142 ll_addr_bytes[3] = net_addr_bytes[1] & 0x7f; in eth_mc_hash()
143 ll_addr_bytes[4] = net_addr_bytes[2]; in eth_mc_hash()
144 ll_addr_bytes[5] = net_addr_bytes[3]; in eth_mc_hash()