Searched defs:s_abBcastAddr (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Network/
H A DDevVirtioNet.cpp712 static const uint8_t s_abBcastAddr[] = { 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF }; local
713 return memcmp(pvBuf, s_abBcastAddr, sizeof(s_abBcastAddr)) == 0;
H A DDevE1000.cpp2224 static const uint8_t s_abBcastAddr[] = { 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF }; local
2225 return memcmp(pvBuf, s_abBcastAddr, sizeof(s_abBcastAddr)) == 0;

Completed in 101 milliseconds