Home
last modified time | relevance | path

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

/haiku/src/servers/net/
H A DNetServer.cpp848 static const uint8 fullMac[6] = {0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF}; in _ConfigureIPv6LinkLocal() local
850 || memcmp(mac, fullMac, 6) == 0) { in _ConfigureIPv6LinkLocal()