Searched refs:ether_dhost (Results 1 – 2 of 2) sorted by relevance
| /qemu/hw/net/ |
| 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()
|
| A D | i82596.c | 121 uint8_t ether_dhost[6]; member 129 MAC_ARG(hdr->ether_dhost), MAC_ARG(hdr->ether_shost), \
|
Completed in 13 milliseconds