taglinefilesource code
h_dest852drivers/net/plip.ceth->h_dest[i] = 0xfc;
h_dest853drivers/net/plip.cmemcpy(&(eth->h_dest[i]), &dst, sizeof(unsigned long));
h_dest49include/linux/if_ether.hunsigned char    h_dest[ETH_ALEN];  /* destination eth addr  */
h_dest115net/ethernet/eth.cmemset(eth->h_dest, 0, dev->addr_len);
h_dest121net/ethernet/eth.cmemcpy(eth->h_dest,daddr,dev->addr_len);
h_dest155net/ethernet/eth.creturn arp_find(eth->h_dest, dst, dev, dev->pa_addr, skb)? 1 : 0;
h_dest173net/ethernet/eth.cif(*eth->h_dest&1)
h_dest175net/ethernet/eth.cif(memcmp(eth->h_dest,dev->broadcast, ETH_ALEN)==0)
h_dest183net/ethernet/eth.cif(memcmp(eth->h_dest,dev->dev_addr, ETH_ALEN))