Searched refs:BCAST (Results 1 – 2 of 2) sorted by relevance
| /openbmc/qemu/hw/net/ |
| H A D | msf2-emac.c | 61 FIELD(FIFO_CFG4, BCAST, 9, 1) 64 FIELD(FIFO_CFG5, BCAST, 9, 1)
|
| H A D | pcnet.c | 622 static const uint8_t BCAST[6] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; in padr_bcast() local 624 int result = !CSR_DRCVBC(s) && !memcmp(hdr->ether_dhost, BCAST, 6); in padr_bcast()
|