Home
last modified time | relevance | path

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

/openbmc/qemu/hw/net/
H A Dne2000.c176 static const uint8_t broadcast_macaddr[6] = in ne2000_receive() local
190 if (!memcmp(buf, broadcast_macaddr, 6)) { in ne2000_receive()
H A Deepro100.c1629 static const uint8_t broadcast_macaddr[6] = in nic_receive() local
1663 } else if (memcmp(buf, broadcast_macaddr, 6) == 0) { in nic_receive()
H A Drtl8139.c828 static const uint8_t broadcast_macaddr[6] = in rtl8139_do_receive() local
854 if (!memcmp(buf, broadcast_macaddr, 6)) { in rtl8139_do_receive()