Home
last modified time | relevance | path

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

/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 Di82596.c498 static const uint8_t broadcast_macaddr[6] = { in i82596_receive() local
535 if (!memcmp(buf, broadcast_macaddr, 6)) { in i82596_receive()
H A Deepro100.c1631 static const uint8_t broadcast_macaddr[6] = in nic_receive() local
1665 } else if (memcmp(buf, broadcast_macaddr, 6) == 0) { in nic_receive()
H A Drtl8139.c827 static const uint8_t broadcast_macaddr[6] = in rtl8139_do_receive() local
853 if (!memcmp(buf, broadcast_macaddr, 6)) { in rtl8139_do_receive()