taglinefilesource code
h_dest1528drivers/net/arcnet.cif (((struct ethhdr*)(skb->data))->h_dest[0] == 0xFF)
h_dest1532drivers/net/arcnet.c((struct ethhdr*)(skb->data))->h_dest[5];
h_dest874drivers/net/plip.ceth->h_dest[i] = 0xfc;
h_dest875drivers/net/plip.cmemcpy(&(eth->h_dest[i]), &dst, sizeof(unsigned long));
h_dest62include/linux/if_ether.hunsigned char    h_dest[ETH_ALEN];  /* destination eth addr  */
h_dest119net/ethernet/eth.cmemset(eth->h_dest, 0, dev->addr_len);
h_dest125net/ethernet/eth.cmemcpy(eth->h_dest,daddr,dev->addr_len);
h_dest159net/ethernet/eth.creturn arp_find(eth->h_dest, dst, dev, dev->pa_addr, skb)? 1 : 0;
h_dest181net/ethernet/eth.cif(*eth->h_dest&1)
h_dest183net/ethernet/eth.cif(memcmp(eth->h_dest,dev->broadcast, ETH_ALEN)==0)
h_dest196net/ethernet/eth.cif(memcmp(eth->h_dest,dev->dev_addr, ETH_ALEN))