Searched refs:ether_dhost (Results 1 – 1 of 1) sorted by relevance
| /openbmc/qemu/hw/net/ |
| H A D | pcnet.c | 60 uint8_t ether_dhost[6]; member 520 hdr->ether_dhost[0],hdr->ether_dhost[1],hdr->ether_dhost[2], \ 521 hdr->ether_dhost[3],hdr->ether_dhost[4],hdr->ether_dhost[5], \ 608 int result = (!CSR_DRCVPA(s)) && !memcmp(hdr->ether_dhost, padr, 6); in padr_match() 612 hdr->ether_dhost[0],hdr->ether_dhost[1],hdr->ether_dhost[2], in padr_match() 613 hdr->ether_dhost[3],hdr->ether_dhost[4],hdr->ether_dhost[5], in padr_match() 624 int result = !CSR_DRCVBC(s) && !memcmp(hdr->ether_dhost, BCAST, 6); in padr_bcast() 634 if ((*(hdr->ether_dhost)&0x01) && in ladr_match() 642 int index = net_crc32_le(hdr->ether_dhost, ETH_ALEN) >> 26; in ladr_match()
|