Searched defs:ether_dhost (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Network/
H A DDevPCNet.cpp881 uint8_t ether_dhost[ETH_ALEN]; /**< destination ethernet address */ member in struct:ether_header
892 hdr->ether_dhost[0],hdr->ether_dhost[1],hdr->ether_dhost[2], \
893 hdr->ether_dhost[3],hdr->ether_dhost[4],hdr->ether_dhost[5], \
897 !!ETHER_IS_MULTICAST(hdr->ether_dhost))); \
1001 result = !CSR_DRCVPA(pThis) && !memcmp(hdr->ether_dhost, pThis->aCSR + 12, 6);
1010 result = !CSR_DRCVPA(pThis) && !memcmp(hdr->ether_dhost, pad
[all...]

Completed in 57 milliseconds